8 references to ScrollCellIntoView
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (8)
1596ScrollCellIntoView(info, column); 1618ScrollCellIntoView((ItemInfo)arguments[0], (DataGridColumn)arguments[1]); 1825ScrollCellIntoView(info, column); 2940dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 5848ScrollCellIntoView(nextInfo, nextColumn); 6102ScrollCellIntoView(info, column); 6157ScrollCellIntoView(targetInfo, currentColumn); 6788ScrollCellIntoView(NewItemInfo(item), column);