11 references to CanUserSortProperty
PresentationFramework (11)
System\Windows\Controls\DataGridColumn.cs (8)
849DataGridHelper.TransferProperty(this, CanUserSortProperty); 918DataGridHelper.TransferProperty(this, CanUserSortProperty); 1030get { return (bool)GetValue(CanUserSortProperty); } 1031set { SetValue(CanUserSortProperty, value); } 1046BaseValueSourceInternal baseValueSource = column.GetValueSource(CanUserSortProperty, /*metadata*/ null, out basePropertyHasModifiers); 1061CanUserSortProperty, 1074if (!DataGridHelper.IsPropertyTransferEnabled(d, CanUserSortProperty)) 1077DataGridHelper.TransferProperty(d, CanUserSortProperty);
System\Windows\Controls\DataGridTemplateColumn.cs (2)
19CanUserSortProperty.OverrideMetadata( 34column.CoerceValue(CanUserSortProperty);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
432else if (e.Property == DataGridColumn.CanUserSortProperty)