20 references to ItemInfo
PresentationFramework (20)
src\Framework\System\Windows\Controls\DataGrid.cs (19)
2648int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 2945dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 3085get { return LeaseItemInfo(CurrentCell.ItemInfo); } 3091if (currentCell.ItemInfo == null) 3099DependencyObject currentContainer = currentCell.ItemInfo.Container; 3100int currentIndex = currentCell.ItemInfo.Index; 4780if (currentCell.ItemInfo != rowInfo) 4874int startIndex = _selectionAnchor.Value.ItemInfo.Index; 4918int currentCellIndex = CurrentCell.ItemInfo.Index; 5068int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5069int endIndex = cellInfo.ItemInfo.Index; 5094int currentCellIndex = CurrentCell.ItemInfo.Index; 5146bool singleRowOperation = (_editingRowInfo != null && _editingRowInfo.Index == cellInfo.ItemInfo.Index); 7038return TryFindCell(LeaseItemInfo(info.ItemInfo), info.Column); 7741list.Add(_selectionAnchor.Value.ItemInfo); 7747list.Add(CurrentCell.ItemInfo); 7761list.Add(_selectionAnchor.Value.ItemInfo); 7767list.Add(CurrentCell.ItemInfo); 7776ItemsControl.ItemInfo info = cellInfo.ItemInfo;
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
1574rowIndex = cell.ItemInfo.Index;