4 references to DataGridCellInfo
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
3041
SetCurrentValueInternal(CurrentCellProperty, new
DataGridCellInfo
(value));
4636
DataGridCellInfo cellInfo = new
DataGridCellInfo
(cell);
4715
DataGridCellInfo cellInfo = new
DataGridCellInfo
(cell);
4746
MakeCellSelection(new
DataGridCellInfo
(cell), allowsExtendSelect, allowsMinimalSelect);