1 write to ItemsInternal
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2001ItemsInternal = items;
24 references to ItemsInternal
PresentationFramework (24)
System\Windows\Controls\ItemContainerGenerator.cs (17)
467uib.ItemCount = ItemsInternal.Count; 529return ItemsInternal.Count + position.Offset; 903for (index=0, n=ItemsInternal.Count; index < n; ++index) 905CollectionViewGroup group = ItemsInternal[index] as CollectionViewGroup; 1328_done = (_factory.ItemsInternal.Count == 0); 1368IList items = _factory.ItemsInternal; 1617get { return (ItemsInternal != Host.View); } 1686state.ItemIndex = state.Count = ItemsInternal.Count; 2070GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2080GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2209ItemsInternal[correctIndex - 1]), 2223ItemsInternal[correctIndex + block.ItemCount - deletionOffset]); 2232(ItemsInternal.Count == correctIndex + block.ItemCount - deletionOffset); 2372Debug.Assert(ItemsControl.EqualsEx(item, ItemsInternal[index]), "Event contains the wrong index"); 2376index = ItemsInternal.IndexOf(item); 2388if (sender != ItemsInternal && args.Action != NotifyCollectionChangedAction.Reset) 2574if (Level > 0 && ItemsInternal.Count == 0)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1629IList items = generator.ItemsInternal; 2227IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3345IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3793IList items = ((ItemContainerGenerator)generator).ItemsInternal; 9537return((ItemContainerGenerator)Generator).ItemsInternal.Count; 10990IList items = generator.ItemsInternal; 11088items = ((ItemContainerGenerator)itemsHost.Generator).ItemsInternal;