20 references to ItemInfo
PresentationFramework (20)
System\Windows\Controls\DataGrid.cs (19)
2616int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 2913dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 3050get { return LeaseItemInfo(CurrentCell.ItemInfo); } 3056if (currentCell.ItemInfo == null) 3064DependencyObject currentContainer = currentCell.ItemInfo.Container; 3065int currentIndex = currentCell.ItemInfo.Index; 4730if (currentCell.ItemInfo != rowInfo) 4824int startIndex = _selectionAnchor.Value.ItemInfo.Index; 4868int currentCellIndex = CurrentCell.ItemInfo.Index; 5015int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5016int endIndex = cellInfo.ItemInfo.Index; 5041int currentCellIndex = CurrentCell.ItemInfo.Index; 5093bool singleRowOperation = (_editingRowInfo != null && _editingRowInfo.Index == cellInfo.ItemInfo.Index); 6985return TryFindCell(LeaseItemInfo(info.ItemInfo), info.Column); 7685list.Add(_selectionAnchor.Value.ItemInfo); 7691list.Add(CurrentCell.ItemInfo); 7705list.Add(_selectionAnchor.Value.ItemInfo); 7711list.Add(CurrentCell.ItemInfo); 7720ItemsControl.ItemInfo info = cellInfo.ItemInfo;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
1566rowIndex = cell.ItemInfo.Index;