Base:
method
ContainerAt
System.Windows.Controls.ItemContainerGenerator.ItemBlock.ContainerAt(System.Int32)
15 references to ContainerAt
PresentationFramework (15)
System\Windows\Controls\ItemContainerGenerator.cs (15)
317
DependencyObject container = rblock.
ContainerAt
(offset);
451
UnlinkContainerFromItem(rib.
ContainerAt
(offset), rib.ItemAt(offset));
738
bool found = match(matchState, rib.ItemAt(offset), rib.
ContainerAt
(offset));
743
container = rib.
ContainerAt
(offset);
748
GroupItem groupItem = (GroupItem)rib.
ContainerAt
(offset);
1163
GroupItem gi = ((RealizedItemBlock)block).
ContainerAt
(offset) as GroupItem;
1205
ItemsControl.ClearAlternationIndex(((RealizedItemBlock)block).
ContainerAt
(offset));
1439
container = rib.
ContainerAt
(_cachedState.Offset);
1848
index = (block == _itemMap) ? -1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1870
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
1887
index = (block == _itemMap) ? 1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1909
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
2541
container = rib.
ContainerAt
(offsetFromBlockStart);
2604
DependencyObject container = rib.
ContainerAt
(offsetFromBlockStart);
2659
container = rib.
ContainerAt
(offsetFromBlockStart);