更新整理

This commit is contained in:
GG Z
2025-04-24 20:56:44 +08:00
parent 155cef46f8
commit 5b6d67b571
813 changed files with 14437 additions and 12362 deletions

View File

@@ -110,7 +110,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
// == DependencyProperty.UnsetValue
// )
// {
// _ = BindingOperations.SetBinding(
// BindingOperations.SetBinding(
// checkBoxColumn,
// DataGridBoundColumn.ElementStyleProperty,
// new Binding
@@ -126,7 +126,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
// == DependencyProperty.UnsetValue
// )
// {
// _ = BindingOperations.SetBinding(
// BindingOperations.SetBinding(
// checkBoxColumn,
// DataGridBoundColumn.EditingElementStyleProperty,
// new Binding
@@ -145,7 +145,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
// == DependencyProperty.UnsetValue
// )
// {
// _ = BindingOperations.SetBinding(
// BindingOperations.SetBinding(
// comboBoxColumn,
// DataGridBoundColumn.ElementStyleProperty,
// new Binding
@@ -161,7 +161,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
// == DependencyProperty.UnsetValue
// )
// {
// _ = BindingOperations.SetBinding(
// BindingOperations.SetBinding(
// comboBoxColumn,
// DataGridBoundColumn.EditingElementStyleProperty,
// new Binding
@@ -177,7 +177,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
// == DependencyProperty.UnsetValue
// )
// {
// _ = BindingOperations.SetBinding(
// BindingOperations.SetBinding(
// comboBoxColumn,
// DataGridBoundColumn.EditingElementStyleProperty,
// new Binding
@@ -196,7 +196,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
// == DependencyProperty.UnsetValue
// )
// {
// _ = BindingOperations.SetBinding(
// BindingOperations.SetBinding(
// textBoxColumn,
// DataGridBoundColumn.ElementStyleProperty,
// new Binding { Path = new PropertyPath(TextColumnElementStyleProperty), Source = this }
@@ -208,7 +208,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
// == DependencyProperty.UnsetValue
// )
// {
// _ = BindingOperations.SetBinding(
// BindingOperations.SetBinding(
// textBoxColumn,
// DataGridBoundColumn.EditingElementStyleProperty,
// new Binding

View File

@@ -19,7 +19,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:WPFluent.Controls"
xmlns:system="clr-namespace:System;assembly=System.Runtime">
xmlns:system="clr-namespace:System;assembly=mscorlib">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/WPFluent;component/Controls/CheckBox/CheckBox.xaml" />

View File

@@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:WPFluent.Controls"
xmlns:converters="clr-namespace:WPFluent.Converters"
xmlns:system="clr-namespace:System;assembly=System.Runtime">
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--
https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/DataGrid.xaml