4 references to DataGridCellInfo
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
3004SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value)); 4587DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4663DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4694MakeCellSelection(new DataGridCellInfo(cell), allowsExtendSelect, allowsMinimalSelect);