1 write to ItemsInternal
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2004ItemsInternal = 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; 1331_done = (_factory.ItemsInternal.Count == 0); 1371IList items = _factory.ItemsInternal; 1620get { return (ItemsInternal != Host.View); } 1689state.ItemIndex = state.Count = ItemsInternal.Count; 2073GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2083GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2212ItemsInternal[correctIndex - 1]), 2226ItemsInternal[correctIndex + block.ItemCount - deletionOffset]); 2235(ItemsInternal.Count == correctIndex + block.ItemCount - deletionOffset); 2375Debug.Assert(ItemsControl.EqualsEx(item, ItemsInternal[index]), "Event contains the wrong index"); 2379index = ItemsInternal.IndexOf(item); 2391if (sender != ItemsInternal && args.Action != NotifyCollectionChangedAction.Reset) 2575if (Level > 0 && ItemsInternal.Count == 0)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1636IList items = generator.ItemsInternal; 2238IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3359IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3807IList items = ((ItemContainerGenerator)generator).ItemsInternal; 9556return((ItemContainerGenerator)Generator).ItemsInternal.Count; 11012IList items = generator.ItemsInternal; 11110items = ((ItemContainerGenerator)itemsHost.Generator).ItemsInternal;