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