8 references to ScrollCellIntoView
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (8)
1584
ScrollCellIntoView
(info, column);
1606
ScrollCellIntoView
((ItemInfo)arguments[0], (DataGridColumn)arguments[1]);
1815
ScrollCellIntoView
(info, column);
2920
dataGrid.
ScrollCellIntoView
(currentCell.ItemInfo, currentCell.Column);
5807
ScrollCellIntoView
(nextInfo, nextColumn);
6058
ScrollCellIntoView
(info, column);
6113
ScrollCellIntoView
(targetInfo, currentColumn);
6744
ScrollCellIntoView
(NewItemInfo(item), column);