20 references to ItemInfo
PresentationFramework (20)
System\Windows\Controls\DataGrid.cs (19)
2623int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 2920dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 3057get { return LeaseItemInfo(CurrentCell.ItemInfo); } 3063if (currentCell.ItemInfo == null) 3071DependencyObject currentContainer = currentCell.ItemInfo.Container; 3072int currentIndex = currentCell.ItemInfo.Index; 4737if (currentCell.ItemInfo != rowInfo) 4831int startIndex = _selectionAnchor.Value.ItemInfo.Index; 4875int currentCellIndex = CurrentCell.ItemInfo.Index; 5022int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5023int endIndex = cellInfo.ItemInfo.Index; 5048int currentCellIndex = CurrentCell.ItemInfo.Index; 5100bool singleRowOperation = (_editingRowInfo != null && _editingRowInfo.Index == cellInfo.ItemInfo.Index); 6992return TryFindCell(LeaseItemInfo(info.ItemInfo), info.Column); 7692list.Add(_selectionAnchor.Value.ItemInfo); 7698list.Add(CurrentCell.ItemInfo); 7712list.Add(_selectionAnchor.Value.ItemInfo); 7718list.Add(CurrentCell.ItemInfo); 7727ItemsControl.ItemInfo info = cellInfo.ItemInfo;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
1567rowIndex = cell.ItemInfo.Index;