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