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