8 references to ScrollCellIntoView
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (8)
1580
ScrollCellIntoView
(info, column);
1602
ScrollCellIntoView
((ItemInfo)arguments[0], (DataGridColumn)arguments[1]);
1811
ScrollCellIntoView
(info, column);
2907
dataGrid.
ScrollCellIntoView
(currentCell.ItemInfo, currentCell.Column);
5794
ScrollCellIntoView
(nextInfo, nextColumn);
6045
ScrollCellIntoView
(info, column);
6100
ScrollCellIntoView
(targetInfo, currentColumn);
6731
ScrollCellIntoView
(NewItemInfo(item), column);