20 references to ItemInfo
PresentationFramework (20)
System\Windows\Controls\DataGrid.cs (19)
2643int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 2940dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 3080get { return LeaseItemInfo(CurrentCell.ItemInfo); } 3086if (currentCell.ItemInfo == null) 3094DependencyObject currentContainer = currentCell.ItemInfo.Container; 3095int currentIndex = currentCell.ItemInfo.Index; 4775if (currentCell.ItemInfo != rowInfo) 4869int startIndex = _selectionAnchor.Value.ItemInfo.Index; 4913int currentCellIndex = CurrentCell.ItemInfo.Index; 5063int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5064int endIndex = cellInfo.ItemInfo.Index; 5089int currentCellIndex = CurrentCell.ItemInfo.Index; 5141bool singleRowOperation = (_editingRowInfo != null && _editingRowInfo.Index == cellInfo.ItemInfo.Index); 7035return TryFindCell(LeaseItemInfo(info.ItemInfo), info.Column); 7738list.Add(_selectionAnchor.Value.ItemInfo); 7744list.Add(CurrentCell.ItemInfo); 7758list.Add(_selectionAnchor.Value.ItemInfo); 7764list.Add(CurrentCell.ItemInfo); 7773ItemsControl.ItemInfo info = cellInfo.ItemInfo;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
1571rowIndex = cell.ItemInfo.Index;