命名调整

This commit is contained in:
GG Z
2025-07-12 23:31:32 +08:00
parent 4d35cadb56
commit 6d96da6f90
88 changed files with 3975 additions and 2763 deletions

View File

@@ -6,7 +6,7 @@
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/Converters.xaml" />
</ResourceDictionary.MergedDictionaries>
<Style x:Key="Antd.ContentControl" TargetType="{x:Type controls:ContentControl}">
<Style x:Key="Antd.ContentControl" TargetType="{x:Type controls:AntdContentControl}">
<Setter Property="Background" Value="Transparent" />
<Setter Property="Focusable" Value="False" />
<Setter Property="IsTabStop" Value="False" />
@@ -16,7 +16,7 @@
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type controls:ContentControl}">
<ControlTemplate TargetType="{x:Type controls:AntdContentControl}">
<Grid Background="{TemplateBinding Background}">
<ContentPresenter x:Name="PART_ContentPresenter"
Margin="{TemplateBinding Padding}"