11 references to CanUserSortProperty
PresentationFramework (11)
System\Windows\Controls\DataGridColumn.cs (8)
850DataGridHelper.TransferProperty(this, CanUserSortProperty); 919DataGridHelper.TransferProperty(this, CanUserSortProperty); 1031get { return (bool)GetValue(CanUserSortProperty); } 1032set { SetValue(CanUserSortProperty, value); } 1047BaseValueSourceInternal baseValueSource = column.GetValueSource(CanUserSortProperty, /*metadata*/ null, out basePropertyHasModifiers); 1062CanUserSortProperty, 1075if (!DataGridHelper.IsPropertyTransferEnabled(d, CanUserSortProperty)) 1078DataGridHelper.TransferProperty(d, CanUserSortProperty);
System\Windows\Controls\DataGridTemplateColumn.cs (2)
20CanUserSortProperty.OverrideMetadata( 35column.CoerceValue(CanUserSortProperty);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
433else if (e.Property == DataGridColumn.CanUserSortProperty)