1 write to ItemsInternal
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2000ItemsInternal = items;
24 references to ItemsInternal
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (17)
466uib.ItemCount = ItemsInternal.Count; 528return ItemsInternal.Count + position.Offset; 902for (index=0, n=ItemsInternal.Count; index < n; ++index) 904CollectionViewGroup group = ItemsInternal[index] as CollectionViewGroup; 1327_done = (_factory.ItemsInternal.Count == 0); 1367IList items = _factory.ItemsInternal; 1616get { return (ItemsInternal != Host.View); } 1685state.ItemIndex = state.Count = ItemsInternal.Count; 2069GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2079GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2206ItemsInternal[correctIndex - 1]), 2220ItemsInternal[correctIndex + block.ItemCount - deletionOffset]); 2229(ItemsInternal.Count == correctIndex + block.ItemCount - deletionOffset); 2369Debug.Assert(ItemsControl.EqualsEx(item, ItemsInternal[index]), "Event contains the wrong index"); 2373index = ItemsInternal.IndexOf(item); 2385if (sender != ItemsInternal && args.Action != NotifyCollectionChangedAction.Reset) 2571if (Level > 0 && ItemsInternal.Count == 0)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1628IList items = generator.ItemsInternal; 2226IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3344IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3792IList items = ((ItemContainerGenerator)generator).ItemsInternal; 9536return((ItemContainerGenerator)Generator).ItemsInternal.Count; 10989IList items = generator.ItemsInternal; 11087items = ((ItemContainerGenerator)itemsHost.Generator).ItemsInternal;