1 implementation of View
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
1283ItemCollection IGeneratorHost.View
12 references to View
PresentationFramework (12)
MS\Internal\Helper.cs (1)
493System.Windows.Controls.ItemCollection ic = host?.View;
System\Windows\Controls\ItemContainerGenerator.cs (11)
51CollectionChangedEventManager.AddHandler(host.View, OnCollectionChanged); 894object target = (Parent == null) && (0 <= index && index < Host.View.Count) ? Host.View[index] : null; 1140Host.View.GetCollectionChangedSources(level+1, format, sources); 1261if (_items != Host.View && incc != null) 1270if (_items != Host.View && incc != null) 1617get { return (ItemsInternal != Host.View); } 1949items = Host.View; 1953CollectionView cv = Host.View.CollectionView; 1957items = Host.View; 1996items = Host.View;