15 references to ItemInfoFromIndex
PresentationFramework (15)
System\Windows\Controls\DataGrid.cs (10)
1797
info =
ItemInfoFromIndex
(rowIndex - 1);
1805
info =
ItemInfoFromIndex
(rowIndex + 1);
2734
info =
ItemInfoFromIndex
(index);
2742
info =
ItemInfoFromIndex
(index);
2750
info =
ItemInfoFromIndex
(Items.IndexOf(newItem));
4960
SelectionChange.Select(
ItemInfoFromIndex
(index), true);
5847
ItemInfo nextInfo =
ItemInfoFromIndex
(nextRowIndex);
6003
ItemInfo rowInfo =
ItemInfoFromIndex
(index);
6099
ItemInfo info = controlModifier ?
ItemInfoFromIndex
(homeKey ? 0 : Items.Count - 1) : CurrentInfo;
6147
ItemInfo targetInfo =
ItemInfoFromIndex
(targetIndex);
System\Windows\Controls\Primitives\Selector.cs (3)
350
s.SelectionChange.SelectJustThisItem(s.
ItemInfoFromIndex
(newIndex), true /* assumeInItemsCollection */);
1179
ItemSetIsSelected(
ItemInfoFromIndex
(e.NewStartingIndex), false);
1233
ItemInfo info =
ItemInfoFromIndex
(i);
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
1618
ItemsControl.ItemInfo rowInfo = owner.
ItemInfoFromIndex
(rowIndex);
1642
ItemsControl.ItemInfo rowInfo = _owner.
ItemInfoFromIndex
(rowIndex);