6 references to DataGridCellInfo
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (4)
2755
currentCell = (info != null) ? new
DataGridCellInfo
(info, currentCell.Column, this)
4778
SetCurrentValueInternal(CurrentCellProperty, new
DataGridCellInfo
(rowInfo, ColumnFromDisplayIndex(0), this));
5018
_selectionAnchor = new
DataGridCellInfo
(info.Clone(), ColumnFromDisplayIndex(0), this);
6009
SetCurrentValueInternal(CurrentCellProperty, new
DataGridCellInfo
(rowInfo, column, this));
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
1332
return new
DataGridCellInfo
(rowInfo, _removedColumn, owner);
1657
return new
DataGridCellInfo
(rowInfo, column, owner);