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);
2913
dataGrid.
ScrollCellIntoView
(currentCell.ItemInfo, currentCell.Column);
5800
ScrollCellIntoView
(nextInfo, nextColumn);
6051
ScrollCellIntoView
(info, column);
6106
ScrollCellIntoView
(targetInfo, currentColumn);
6737
ScrollCellIntoView
(NewItemInfo(item), column);