8 references to ScrollCellIntoView
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (8)
1593ScrollCellIntoView(info, column); 1615ScrollCellIntoView((ItemInfo)arguments[0], (DataGridColumn)arguments[1]); 1822ScrollCellIntoView(info, column); 2937dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 5845ScrollCellIntoView(nextInfo, nextColumn); 6099ScrollCellIntoView(info, column); 6154ScrollCellIntoView(targetInfo, currentColumn); 6785ScrollCellIntoView(NewItemInfo(item), column);