4 references to DataGridCellInfo
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
3010SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value)); 4593DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4669DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4700MakeCellSelection(new DataGridCellInfo(cell), allowsExtendSelect, allowsMinimalSelect);