20 references to ItemInfo
PresentationFramework (20)
System\Windows\Controls\DataGrid.cs (19)
2622int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 2919dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 3056get { return LeaseItemInfo(CurrentCell.ItemInfo); } 3062if (currentCell.ItemInfo == null) 3070DependencyObject currentContainer = currentCell.ItemInfo.Container; 3071int currentIndex = currentCell.ItemInfo.Index; 4736if (currentCell.ItemInfo != rowInfo) 4830int startIndex = _selectionAnchor.Value.ItemInfo.Index; 4874int currentCellIndex = CurrentCell.ItemInfo.Index; 5021int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5022int endIndex = cellInfo.ItemInfo.Index; 5047int currentCellIndex = CurrentCell.ItemInfo.Index; 5099bool singleRowOperation = (_editingRowInfo != null && _editingRowInfo.Index == cellInfo.ItemInfo.Index); 6991return TryFindCell(LeaseItemInfo(info.ItemInfo), info.Column); 7691list.Add(_selectionAnchor.Value.ItemInfo); 7697list.Add(CurrentCell.ItemInfo); 7711list.Add(_selectionAnchor.Value.ItemInfo); 7717list.Add(CurrentCell.ItemInfo); 7726ItemsControl.ItemInfo info = cellInfo.ItemInfo;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
1566rowIndex = cell.ItemInfo.Index;