5 references to DisplayIndex
PresentationFramework (5)
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (5)
193
DataGridColumnHeader nextColumnHeader = dataGrid.ColumnHeaderFromDisplayIndex(header.
DisplayIndex
+ 1);
484
for (int index =
DisplayIndex
- 1; index >= 0; index--)
536
for (int index =
DisplayIndex
+ 1; index < columnCount; index++)
567
for (int index =
DisplayIndex
- 1; index >= 0; index--)
1100
for (int index =
DisplayIndex
- 1; index >= 0; index--)