3 references to CreatePossiblyPartialCellInfo
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
2761: DataGridCellInfo.CreatePossiblyPartialCellInfo(newItem, currentCell.Column, this); 2829dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(newItem, currentCell.Column, dataGrid)); 2872dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(currentCell.Item, newColumn, dataGrid));