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;
1202
ItemsControl.ClearAlternationIndex(((RealizedItemBlock)block).
ContainerAt
(offset));
1436
container = rib.
ContainerAt
(_cachedState.Offset);
1845
index = (block == _itemMap) ? -1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1867
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
1884
index = (block == _itemMap) ? 1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1906
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
2540
container = rib.
ContainerAt
(offsetFromBlockStart);
2603
DependencyObject container = rib.
ContainerAt
(offsetFromBlockStart);
2658
container = rib.
ContainerAt
(offsetFromBlockStart);