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