3 references to DisplayIndexMap
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
432
if (displayIndex >= 0 && displayIndex <
DisplayIndexMap
.Count)
434
return
DisplayIndexMap
[displayIndex];
6521
DataGridCell cell = row.TryGetCell(
DisplayIndexMap
[0]);