20 references to ItemInfo
PresentationFramework (20)
System\Windows\Controls\DataGrid.cs (19)
2610int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 2907dataGrid.ScrollCellIntoView(currentCell.ItemInfo, currentCell.Column); 3044get { return LeaseItemInfo(CurrentCell.ItemInfo); } 3050if (currentCell.ItemInfo == null) 3058DependencyObject currentContainer = currentCell.ItemInfo.Container; 3059int currentIndex = currentCell.ItemInfo.Index; 4724if (currentCell.ItemInfo != rowInfo) 4818int startIndex = _selectionAnchor.Value.ItemInfo.Index; 4862int currentCellIndex = CurrentCell.ItemInfo.Index; 5009int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5010int endIndex = cellInfo.ItemInfo.Index; 5035int currentCellIndex = CurrentCell.ItemInfo.Index; 5087bool singleRowOperation = (_editingRowInfo != null && _editingRowInfo.Index == cellInfo.ItemInfo.Index); 6979return TryFindCell(LeaseItemInfo(info.ItemInfo), info.Column); 7679list.Add(_selectionAnchor.Value.ItemInfo); 7685list.Add(CurrentCell.ItemInfo); 7699list.Add(_selectionAnchor.Value.ItemInfo); 7705list.Add(CurrentCell.ItemInfo); 7714ItemsControl.ItemInfo info = cellInfo.ItemInfo;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
1566rowIndex = cell.ItemInfo.Index;