1 write to ItemsInternal
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2010ItemsInternal = items;
24 references to ItemsInternal
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (17)
473uib.ItemCount = ItemsInternal.Count; 535return ItemsInternal.Count + position.Offset; 909for (index=0, n=ItemsInternal.Count; index < n; ++index) 911CollectionViewGroup group = ItemsInternal[index] as CollectionViewGroup; 1337_done = (_factory.ItemsInternal.Count == 0); 1377IList items = _factory.ItemsInternal; 1626get { return (ItemsInternal != Host.View); } 1695state.ItemIndex = state.Count = ItemsInternal.Count; 2079GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2089GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2218ItemsInternal[correctIndex - 1]), 2232ItemsInternal[correctIndex + block.ItemCount - deletionOffset]); 2241(ItemsInternal.Count == correctIndex + block.ItemCount - deletionOffset); 2381Debug.Assert(ItemsControl.EqualsEx(item, ItemsInternal[index]), "Event contains the wrong index"); 2385index = ItemsInternal.IndexOf(item); 2397if (sender != ItemsInternal && args.Action != NotifyCollectionChangedAction.Reset) 2581if (Level > 0 && ItemsInternal.Count == 0)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1641IList items = generator.ItemsInternal; 2243IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3364IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3812IList items = ((ItemContainerGenerator)generator).ItemsInternal; 9561return((ItemContainerGenerator)Generator).ItemsInternal.Count; 11017IList items = generator.ItemsInternal; 11115items = ((ItemContainerGenerator)itemsHost.Generator).ItemsInternal;