3 references to CreatePossiblyPartialCellInfo
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
2757
: DataGridCellInfo.
CreatePossiblyPartialCellInfo
(newItem, currentCell.Column, this);
2825
dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.
CreatePossiblyPartialCellInfo
(newItem, currentCell.Column, dataGrid));
2868
dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.
CreatePossiblyPartialCellInfo
(currentCell.Item, newColumn, dataGrid));