20 references to ItemInfo
PresentationFramework (20)
System\Windows\Controls\DataGrid.cs (19)
2623
int anchorIndex = _selectionAnchor.Value.
ItemInfo
.Index;
2920
dataGrid.ScrollCellIntoView(currentCell.
ItemInfo
, currentCell.Column);
3057
get { return LeaseItemInfo(CurrentCell.
ItemInfo
); }
3063
if (currentCell.
ItemInfo
== null)
3071
DependencyObject currentContainer = currentCell.
ItemInfo
.Container;
3072
int currentIndex = currentCell.
ItemInfo
.Index;
4737
if (currentCell.
ItemInfo
!= rowInfo)
4831
int startIndex = _selectionAnchor.Value.
ItemInfo
.Index;
4875
int currentCellIndex = CurrentCell.
ItemInfo
.Index;
5022
int startIndex = _selectionAnchor.Value.
ItemInfo
.Index;
5023
int endIndex = cellInfo.
ItemInfo
.Index;
5048
int currentCellIndex = CurrentCell.
ItemInfo
.Index;
5100
bool singleRowOperation = (_editingRowInfo != null && _editingRowInfo.Index == cellInfo.
ItemInfo
.Index);
6992
return TryFindCell(LeaseItemInfo(info.
ItemInfo
), info.Column);
7692
list.Add(_selectionAnchor.Value.
ItemInfo
);
7698
list.Add(CurrentCell.
ItemInfo
);
7712
list.Add(_selectionAnchor.Value.
ItemInfo
);
7718
list.Add(CurrentCell.
ItemInfo
);
7727
ItemsControl.ItemInfo info = cellInfo.
ItemInfo
;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
1567
rowIndex = cell.
ItemInfo
.Index;