20 references to ItemInfo
PresentationFramework (20)
System\Windows\Controls\DataGrid.cs (19)
2643
int anchorIndex = _selectionAnchor.Value.
ItemInfo
.Index;
2940
dataGrid.ScrollCellIntoView(currentCell.
ItemInfo
, currentCell.Column);
3080
get { return LeaseItemInfo(CurrentCell.
ItemInfo
); }
3086
if (currentCell.
ItemInfo
== null)
3094
DependencyObject currentContainer = currentCell.
ItemInfo
.Container;
3095
int currentIndex = currentCell.
ItemInfo
.Index;
4775
if (currentCell.
ItemInfo
!= rowInfo)
4869
int startIndex = _selectionAnchor.Value.
ItemInfo
.Index;
4913
int currentCellIndex = CurrentCell.
ItemInfo
.Index;
5063
int startIndex = _selectionAnchor.Value.
ItemInfo
.Index;
5064
int endIndex = cellInfo.
ItemInfo
.Index;
5089
int currentCellIndex = CurrentCell.
ItemInfo
.Index;
5141
bool singleRowOperation = (_editingRowInfo != null && _editingRowInfo.Index == cellInfo.
ItemInfo
.Index);
7035
return TryFindCell(LeaseItemInfo(info.
ItemInfo
), info.Column);
7738
list.Add(_selectionAnchor.Value.
ItemInfo
);
7744
list.Add(CurrentCell.
ItemInfo
);
7758
list.Add(_selectionAnchor.Value.
ItemInfo
);
7764
list.Add(CurrentCell.
ItemInfo
);
7773
ItemsControl.ItemInfo info = cellInfo.
ItemInfo
;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
1571
rowIndex = cell.
ItemInfo
.Index;