13 references to DisplayIndexProperty
PresentationFramework (13)
System\Windows\Controls\DataGrid.cs (1)
610else if ((e.Property == DataGridColumn.VisibilityProperty) || (e.Property == DataGridColumn.WidthProperty) || (e.Property == DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridCell.cs (1)
261else if (e.Property == DataGridColumn.DisplayIndexProperty)
System\Windows\Controls\DataGridColumn.cs (3)
844else if (e.Property == DisplayIndexProperty) 954get { return (int)GetValue(DisplayIndexProperty); } 955set { SetValue(DisplayIndexProperty, value); }
System\Windows\Controls\DataGridColumnCollection.cs (5)
165if (e.Property == DataGridColumn.DisplayIndexProperty) 277if (DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty)) 512bool hasDefaultDisplayIndex = DataGridHelper.IsDefaultValue(currentColumn, DataGridColumn.DisplayIndexProperty); 638column.ClearValue(DataGridColumn.DisplayIndexProperty); 654if (displayIndex == -1 && DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
382e.Property == DataGridColumn.DisplayIndexProperty)
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
433else if (e.Property == DataGridColumn.DisplayIndexProperty)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
290e.Property == DataGridColumn.DisplayIndexProperty)