15 references to ItemInfoFromIndex
PresentationFramework (15)
System\Windows\Controls\DataGrid.cs (10)
1787
info =
ItemInfoFromIndex
(rowIndex - 1);
1795
info =
ItemInfoFromIndex
(rowIndex + 1);
2714
info =
ItemInfoFromIndex
(index);
2722
info =
ItemInfoFromIndex
(index);
2730
info =
ItemInfoFromIndex
(Items.IndexOf(newItem));
4922
SelectionChange.Select(
ItemInfoFromIndex
(index), true);
5806
ItemInfo nextInfo =
ItemInfoFromIndex
(nextRowIndex);
5962
ItemInfo rowInfo =
ItemInfoFromIndex
(index);
6055
ItemInfo info = controlModifier ?
ItemInfoFromIndex
(homeKey ? 0 : Items.Count - 1) : CurrentInfo;
6103
ItemInfo targetInfo =
ItemInfoFromIndex
(targetIndex);
System\Windows\Controls\Primitives\Selector.cs (3)
338
s.SelectionChange.SelectJustThisItem(s.
ItemInfoFromIndex
(newIndex), true /* assumeInItemsCollection */);
1167
ItemSetIsSelected(
ItemInfoFromIndex
(e.NewStartingIndex), false);
1221
ItemInfo info =
ItemInfoFromIndex
(i);
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
1614
ItemsControl.ItemInfo rowInfo = owner.
ItemInfoFromIndex
(rowIndex);
1638
ItemsControl.ItemInfo rowInfo = _owner.
ItemInfoFromIndex
(rowIndex);