15 references to ItemInfoFromIndex
PresentationFramework (15)
System\Windows\Controls\DataGrid.cs (10)
1783
info =
ItemInfoFromIndex
(rowIndex - 1);
1791
info =
ItemInfoFromIndex
(rowIndex + 1);
2707
info =
ItemInfoFromIndex
(index);
2715
info =
ItemInfoFromIndex
(index);
2723
info =
ItemInfoFromIndex
(Items.IndexOf(newItem));
4915
SelectionChange.Select(
ItemInfoFromIndex
(index), true);
5799
ItemInfo nextInfo =
ItemInfoFromIndex
(nextRowIndex);
5955
ItemInfo rowInfo =
ItemInfoFromIndex
(index);
6048
ItemInfo info = controlModifier ?
ItemInfoFromIndex
(homeKey ? 0 : Items.Count - 1) : CurrentInfo;
6096
ItemInfo targetInfo =
ItemInfoFromIndex
(targetIndex);
System\Windows\Controls\Primitives\Selector.cs (3)
337
s.SelectionChange.SelectJustThisItem(s.
ItemInfoFromIndex
(newIndex), true /* assumeInItemsCollection */);
1166
ItemSetIsSelected(
ItemInfoFromIndex
(e.NewStartingIndex), false);
1220
ItemInfo info =
ItemInfoFromIndex
(i);
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
1613
ItemsControl.ItemInfo rowInfo = owner.
ItemInfoFromIndex
(rowIndex);
1637
ItemsControl.ItemInfo rowInfo = _owner.
ItemInfoFromIndex
(rowIndex);