15 references to ItemInfoFromIndex
PresentationFramework (15)
System\Windows\Controls\DataGrid.cs (10)
1796
info =
ItemInfoFromIndex
(rowIndex - 1);
1804
info =
ItemInfoFromIndex
(rowIndex + 1);
2735
info =
ItemInfoFromIndex
(index);
2743
info =
ItemInfoFromIndex
(index);
2751
info =
ItemInfoFromIndex
(Items.IndexOf(newItem));
4961
SelectionChange.Select(
ItemInfoFromIndex
(index), true);
5848
ItemInfo nextInfo =
ItemInfoFromIndex
(nextRowIndex);
6004
ItemInfo rowInfo =
ItemInfoFromIndex
(index);
6100
ItemInfo info = controlModifier ?
ItemInfoFromIndex
(homeKey ? 0 : Items.Count - 1) : CurrentInfo;
6148
ItemInfo targetInfo =
ItemInfoFromIndex
(targetIndex);
System\Windows\Controls\Primitives\Selector.cs (3)
338
s.SelectionChange.SelectJustThisItem(s.
ItemInfoFromIndex
(newIndex), true /* assumeInItemsCollection */);
1168
ItemSetIsSelected(
ItemInfoFromIndex
(e.NewStartingIndex), false);
1222
ItemInfo info =
ItemInfoFromIndex
(i);
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
1614
ItemsControl.ItemInfo rowInfo = owner.
ItemInfoFromIndex
(rowIndex);
1638
ItemsControl.ItemInfo rowInfo = _owner.
ItemInfoFromIndex
(rowIndex);