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