8 references to ScrollCellIntoView
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (8)
1593
ScrollCellIntoView
(info, column);
1615
ScrollCellIntoView
((ItemInfo)arguments[0], (DataGridColumn)arguments[1]);
1822
ScrollCellIntoView
(info, column);
2937
dataGrid.
ScrollCellIntoView
(currentCell.ItemInfo, currentCell.Column);
5845
ScrollCellIntoView
(nextInfo, nextColumn);
6099
ScrollCellIntoView
(info, column);
6154
ScrollCellIntoView
(targetInfo, currentColumn);
6785
ScrollCellIntoView
(NewItemInfo(item), column);