11 references to CanUserSortProperty
PresentationFramework (11)
System\Windows\Controls\DataGridColumn.cs (8)
853DataGridHelper.TransferProperty(this, CanUserSortProperty); 928DataGridHelper.TransferProperty(this, CanUserSortProperty); 1043get { return (bool)GetValue(CanUserSortProperty); } 1044set { SetValue(CanUserSortProperty, value); } 1059BaseValueSourceInternal baseValueSource = column.GetValueSource(CanUserSortProperty, /*metadata*/ null, out basePropertyHasModifiers); 1074CanUserSortProperty, 1087if (!DataGridHelper.IsPropertyTransferEnabled(d, CanUserSortProperty)) 1090DataGridHelper.TransferProperty(d, CanUserSortProperty);
System\Windows\Controls\DataGridTemplateColumn.cs (2)
24CanUserSortProperty.OverrideMetadata( 39column.CoerceValue(CanUserSortProperty);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
447else if (e.Property == DataGridColumn.CanUserSortProperty)