11 references to CanUserSortProperty
PresentationFramework (11)
System\Windows\Controls\DataGridColumn.cs (8)
850DataGridHelper.TransferProperty(this, CanUserSortProperty); 925DataGridHelper.TransferProperty(this, CanUserSortProperty); 1040get { return (bool)GetValue(CanUserSortProperty); } 1041set { SetValue(CanUserSortProperty, value); } 1056BaseValueSourceInternal baseValueSource = column.GetValueSource(CanUserSortProperty, /*metadata*/ null, out basePropertyHasModifiers); 1071CanUserSortProperty, 1084if (!DataGridHelper.IsPropertyTransferEnabled(d, CanUserSortProperty)) 1087DataGridHelper.TransferProperty(d, CanUserSortProperty);
System\Windows\Controls\DataGridTemplateColumn.cs (2)
20CanUserSortProperty.OverrideMetadata( 35column.CoerceValue(CanUserSortProperty);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
442else if (e.Property == DataGridColumn.CanUserSortProperty)