9 references to SortMemberPathProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\DataGridBoundColumn.cs (2)
27SortMemberPathProperty.OverrideMetadata(typeof(DataGridBoundColumn), new FrameworkPropertyMetadata(null, OnCoerceSortMemberPath)); 71CoerceValue(SortMemberPathProperty);
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
1031get { return (string)GetValue(SortMemberPathProperty); } 1032set { SetValue(SortMemberPathProperty, value); }
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (4)
26SortMemberPathProperty.OverrideMetadata(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, OnCoerceSortMemberPath)); 116CoerceValue(SortMemberPathProperty); 153CoerceValue(SortMemberPathProperty); 179CoerceValue(SortMemberPathProperty);
src\Framework\System\Windows\Controls\DataGridTemplateColumn.cs (1)
28SortMemberPathProperty.OverrideMetadata(