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