src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (1)
23IList,
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (4)
177internal void MoveWithinSubgroups(object item, LiveShapingItem lsi, IList list, int oldIndex, int newIndex)
585void MoveWithinSubgroups(object item, CollectionViewGroupInternal group, int level, IList list, int oldIndex, int newIndex)
611void MoveWithinSubgroup(object item, CollectionViewGroupInternal group, int level, object name, IList list, int oldIndex, int newIndex)
652void MoveWithinSubgroup(object item, CollectionViewGroupInternal group, IList list, int oldIndex, int newIndex)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (30)
1592IList items = generator.ItemsInternal;
2191IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized.
2193IList items = ((ItemContainerGenerator)generator).ItemsInternal;
3301IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized.
3303IList items = ((ItemContainerGenerator)generator).ItemsInternal;
3744IList children = RealizedChildren;
3746IList items = ((ItemContainerGenerator)generator).ItemsInternal;
5404IList items,
5550IList items,
5626IList children,
5627IList items,
5782IList items,
5847IList items,
6714IList children = childItemsHost.InternalChildren;
7315IList children,
7316IList items,
7465IList children,
7466IList items,
7935ref IList items,
7936ref IList children,
8015ref IList items,
8017ref IList children,
8435IList items,
8766IList children = RealizedChildren;
8915IList children = RealizedChildren;
9306private void CleanupRange(IList children, IItemContainerGenerator generator, int startIndex, int count)
10870IList items = generator.ItemsInternal;
10895IList items = null;
11133private double GetMaxChildArrangeLength(IList children, bool isHorizontal)
11447private IList RealizedChildren