5 references to DisplayIndex
PresentationFramework (5)
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (5)
194
DataGridColumnHeader nextColumnHeader = dataGrid.ColumnHeaderFromDisplayIndex(header.
DisplayIndex
+ 1);
494
for (int index =
DisplayIndex
- 1; index >= 0; index--)
546
for (int index =
DisplayIndex
+ 1; index < columnCount; index++)
580
for (int index =
DisplayIndex
- 1; index >= 0; index--)
1116
for (int index =
DisplayIndex
- 1; index >= 0; index--)