13 references to DisplayIndexProperty
PresentationFramework (13)
System\Windows\Controls\DataGrid.cs (1)
613else if ((e.Property == DataGridColumn.VisibilityProperty) || (e.Property == DataGridColumn.WidthProperty) || (e.Property == DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridCell.cs (1)
268else if (e.Property == DataGridColumn.DisplayIndexProperty)
System\Windows\Controls\DataGridColumn.cs (3)
847else if (e.Property == DisplayIndexProperty) 957get { return (int)GetValue(DisplayIndexProperty); } 958set { SetValue(DisplayIndexProperty, value); }
System\Windows\Controls\DataGridColumnCollection.cs (5)
169if (e.Property == DataGridColumn.DisplayIndexProperty) 282if (DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty)) 517bool hasDefaultDisplayIndex = DataGridHelper.IsDefaultValue(currentColumn, DataGridColumn.DisplayIndexProperty); 643column.ClearValue(DataGridColumn.DisplayIndexProperty); 659if (displayIndex == -1 && DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
387e.Property == DataGridColumn.DisplayIndexProperty)
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
438else if (e.Property == DataGridColumn.DisplayIndexProperty)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
295e.Property == DataGridColumn.DisplayIndexProperty)