8 references to ScrollCellIntoView
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (8)
1583ScrollCellIntoView(info, column); 1605ScrollCellIntoView((ItemInfo)arguments[0], (DataGridColumn)arguments[1]); 1814ScrollCellIntoView(info, column); 2919dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 5806ScrollCellIntoView(nextInfo, nextColumn); 6057ScrollCellIntoView(info, column); 6112ScrollCellIntoView(targetInfo, currentColumn); 6743ScrollCellIntoView(NewItemInfo(item), column);