Base:
method
ContainerAt
System.Windows.Controls.ItemContainerGenerator.ItemBlock.ContainerAt(System.Int32)
15 references to ContainerAt
PresentationFramework (15)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (15)
325
DependencyObject container = rblock.
ContainerAt
(offset);
460
UnlinkContainerFromItem(rib.
ContainerAt
(offset), rib.ItemAt(offset));
752
bool found = match(rib.ItemAt(offset), rib.
ContainerAt
(offset));
757
container = rib.
ContainerAt
(offset);
762
GroupItem groupItem = (GroupItem)rib.
ContainerAt
(offset);
1177
GroupItem gi = ((RealizedItemBlock)block).
ContainerAt
(offset) as GroupItem;
1219
ItemsControl.ClearAlternationIndex(((RealizedItemBlock)block).
ContainerAt
(offset));
1453
container = rib.
ContainerAt
(_cachedState.Offset);
1862
index = (block == _itemMap) ? -1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1884
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
1901
index = (block == _itemMap) ? 1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1923
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
2555
container = rib.
ContainerAt
(offsetFromBlockStart);
2618
DependencyObject container = rib.
ContainerAt
(offsetFromBlockStart);
2673
container = rib.
ContainerAt
(offsetFromBlockStart);