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