8 references to ScrollCellIntoView
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (8)
1584ScrollCellIntoView(info, column); 1606ScrollCellIntoView((ItemInfo)arguments[0], (DataGridColumn)arguments[1]); 1815ScrollCellIntoView(info, column); 2920dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 5807ScrollCellIntoView(nextInfo, nextColumn); 6058ScrollCellIntoView(info, column); 6113ScrollCellIntoView(targetInfo, currentColumn); 6744ScrollCellIntoView(NewItemInfo(item), column);