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