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