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