8 references to ScrollCellIntoView
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (8)
1583
ScrollCellIntoView
(info, column);
1605
ScrollCellIntoView
((ItemInfo)arguments[0], (DataGridColumn)arguments[1]);
1814
ScrollCellIntoView
(info, column);
2919
dataGrid.
ScrollCellIntoView
(currentCell.ItemInfo, currentCell.Column);
5806
ScrollCellIntoView
(nextInfo, nextColumn);
6057
ScrollCellIntoView
(info, column);
6112
ScrollCellIntoView
(targetInfo, currentColumn);
6743
ScrollCellIntoView
(NewItemInfo(item), column);