Base:
method
ContainerAt
System.Windows.Controls.ItemContainerGenerator.ItemBlock.ContainerAt(System.Int32)
15 references to ContainerAt
PresentationFramework (15)
System\Windows\Controls\ItemContainerGenerator.cs (15)
316
DependencyObject container = rblock.
ContainerAt
(offset);
450
UnlinkContainerFromItem(rib.
ContainerAt
(offset), rib.ItemAt(offset));
737
bool found = match(matchState, rib.ItemAt(offset), rib.
ContainerAt
(offset));
742
container = rib.
ContainerAt
(offset);
747
GroupItem groupItem = (GroupItem)rib.
ContainerAt
(offset);
1162
GroupItem gi = ((RealizedItemBlock)block).
ContainerAt
(offset) as GroupItem;
1201
ItemsControl.ClearAlternationIndex(((RealizedItemBlock)block).
ContainerAt
(offset));
1435
container = rib.
ContainerAt
(_cachedState.Offset);
1844
index = (block == _itemMap) ? -1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1866
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
1883
index = (block == _itemMap) ? 1 : ItemsControl.GetAlternationIndex(rib.
ContainerAt
(offset));
1905
ItemsControl.SetAlternationIndex(rib.
ContainerAt
(offset), index);
2537
container = rib.
ContainerAt
(offsetFromBlockStart);
2600
DependencyObject container = rib.
ContainerAt
(offsetFromBlockStart);
2655
container = rib.
ContainerAt
(offsetFromBlockStart);