1 write to ItemsInternal
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
2018ItemsInternal = items;
23 references to ItemsInternal
PresentationFramework (23)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (16)
476uib.ItemCount = ItemsInternal.Count; 538return ItemsInternal.Count + position.Offset; 917for (index=0, n=ItemsInternal.Count; index < n; ++index) 919CollectionViewGroup group = ItemsInternal[index] as CollectionViewGroup; 1345_done = (_factory.ItemsInternal.Count == 0); 1385IList items = _factory.ItemsInternal; 1634get { return (ItemsInternal != Host.View); } 1703state.ItemIndex = state.Count = ItemsInternal.Count; 2087GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2097GeneratorPosition position = PositionFromIndex(ItemsInternal.IndexOf(group)); 2240ItemsInternal[correctIndex + block.ItemCount - deletionOffset]); 2249(ItemsInternal.Count == correctIndex + block.ItemCount - deletionOffset); 2389Debug.Assert(ItemsControl.EqualsEx(item, ItemsInternal[index]), "Event contains the wrong index"); 2393index = ItemsInternal.IndexOf(item); 2405if (sender != ItemsInternal && args.Action != NotifyCollectionChangedAction.Reset) 2589if (Level > 0 && ItemsInternal.Count == 0)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (7)
1592IList items = generator.ItemsInternal; 2193IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3303IList items = ((ItemContainerGenerator)generator).ItemsInternal; 3746IList items = ((ItemContainerGenerator)generator).ItemsInternal; 9407return((ItemContainerGenerator)Generator).ItemsInternal.Count; 10870IList items = generator.ItemsInternal; 10968items = ((ItemContainerGenerator)itemsHost.Generator).ItemsInternal;