Base:
method
ContainerAt
System.Windows.Controls.ItemContainerGenerator.ItemBlock.ContainerAt(System.Int32)
15 references to ContainerAt
PresentationFramework (15)
System\Windows\Controls\ItemContainerGenerator.cs (15)
323
DependencyObject container = rblock.
ContainerAt
(offset);
457
UnlinkContainerFromItem(rib.
ContainerAt
(offset), rib.ItemAt(offset));
744
bool found = match(matchState, rib.ItemAt(offset), rib.
ContainerAt
(offset));
749
container = rib.
ContainerAt
(offset);
754
GroupItem groupItem = (GroupItem)rib.
ContainerAt
(offset);
1169
GroupItem gi = ((RealizedItemBlock)block).
ContainerAt
(offset) as GroupItem;
1211
ItemsControl.ClearAlternationIndex(((RealizedItemBlock)block).
ContainerAt
(offset));
1445
container = rib.
ContainerAt
(_cachedState.Offset);
1854
index = (block == _itemMap) ? -1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1876
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
1893
index = (block == _itemMap) ? 1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1915
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
2547
container = rib.
ContainerAt
(offsetFromBlockStart);
2610
DependencyObject container = rib.
ContainerAt
(offsetFromBlockStart);
2665
container = rib.
ContainerAt
(offsetFromBlockStart);