8 references to ScrollCellIntoView
PresentationFramework (8)
src\Framework\System\Windows\Controls\DataGrid.cs (8)
1600ScrollCellIntoView(info, column); 1622ScrollCellIntoView((ItemInfo)arguments[0], (DataGridColumn)arguments[1]); 1829ScrollCellIntoView(info, column); 2945dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 5853ScrollCellIntoView(nextInfo, nextColumn); 6107ScrollCellIntoView(info, column); 6162ScrollCellIntoView(targetInfo, currentColumn); 6793ScrollCellIntoView(NewItemInfo(item), column);