4 references to DataGridCellInfo
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
3017SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value)); 4600DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4676DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4707MakeCellSelection(new DataGridCellInfo(cell), allowsExtendSelect, allowsMinimalSelect);