3 references to DisplayIndexMap
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
436if (displayIndex >= 0 && displayIndex < DisplayIndexMap.Count) 438return DisplayIndexMap[displayIndex]; 6529DataGridCell cell = row.TryGetCell(DisplayIndexMap[0]);