6 references to DataGridCellInfo
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGrid.cs (4)
2760currentCell = (info != null) ? new DataGridCellInfo(info, currentCell.Column, this) 4783SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, ColumnFromDisplayIndex(0), this)); 5023_selectionAnchor = new DataGridCellInfo(info.Clone(), ColumnFromDisplayIndex(0), this); 6014SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, column, this));
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
1335return new DataGridCellInfo(rowInfo, _removedColumn, owner); 1660return new DataGridCellInfo(rowInfo, column, owner);