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