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