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