1 implementation of View
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
1304ItemCollection IGeneratorHost.View
12 references to View
PresentationFramework (12)
MS\Internal\Helper.cs (1)
502System.Windows.Controls.ItemCollection ic = (host != null) ? host.View : null;
System\Windows\Controls\ItemContainerGenerator.cs (11)
57CollectionChangedEventManager.AddHandler(host.View, OnCollectionChanged); 900object target = (Parent == null) && (0 <= index && index < Host.View.Count) ? Host.View[index] : null; 1146Host.View.GetCollectionChangedSources(level+1, format, sources); 1270if (_items != Host.View && incc != null) 1279if (_items != Host.View && incc != null) 1626get { return (ItemsInternal != Host.View); } 1958items = Host.View; 1962CollectionView cv = Host.View.CollectionView; 1966items = Host.View; 2005items = Host.View;