13 references to DisplayIndexProperty
PresentationFramework (13)
System\Windows\Controls\DataGrid.cs (1)
609else if ((e.Property == DataGridColumn.VisibilityProperty) || (e.Property == DataGridColumn.WidthProperty) || (e.Property == DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridCell.cs (1)
257else if (e.Property == DataGridColumn.DisplayIndexProperty)
System\Windows\Controls\DataGridColumn.cs (3)
843else if (e.Property == DisplayIndexProperty) 947get { return (int)GetValue(DisplayIndexProperty); } 948set { SetValue(DisplayIndexProperty, value); }
System\Windows\Controls\DataGridColumnCollection.cs (5)
164if (e.Property == DataGridColumn.DisplayIndexProperty) 276if (DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty)) 511bool hasDefaultDisplayIndex = DataGridHelper.IsDefaultValue(currentColumn, DataGridColumn.DisplayIndexProperty); 637column.ClearValue(DataGridColumn.DisplayIndexProperty); 653if (displayIndex == -1 && DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
378e.Property == DataGridColumn.DisplayIndexProperty)
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
423else if (e.Property == DataGridColumn.DisplayIndexProperty)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
289e.Property == DataGridColumn.DisplayIndexProperty)