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