13 references to DisplayIndexProperty
PresentationFramework (13)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
614else if ((e.Property == DataGridColumn.VisibilityProperty) || (e.Property == DataGridColumn.WidthProperty) || (e.Property == DataGridColumn.DisplayIndexProperty))
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
263else if (e.Property == DataGridColumn.DisplayIndexProperty)
src\Framework\System\Windows\Controls\DataGridColumn.cs (3)
854else if (e.Property == DisplayIndexProperty) 964get { return (int)GetValue(DisplayIndexProperty); } 965set { SetValue(DisplayIndexProperty, value); }
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (5)
170if (e.Property == DataGridColumn.DisplayIndexProperty) 283if (DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty)) 518bool hasDefaultDisplayIndex = DataGridHelper.IsDefaultValue(currentColumn, DataGridColumn.DisplayIndexProperty); 644column.ClearValue(DataGridColumn.DisplayIndexProperty); 660if (displayIndex == -1 && DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty))
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
388e.Property == DataGridColumn.DisplayIndexProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
439else if (e.Property == DataGridColumn.DisplayIndexProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
295e.Property == DataGridColumn.DisplayIndexProperty)