1 implementation of View
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1308ItemCollection IGeneratorHost.View
10 references to View
PresentationFramework (10)
src\Framework\MS\Internal\Helper.cs (1)
511System.Windows.Controls.ItemCollection ic = (host != null) ? host.View : null;
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (9)
59CollectionChangedEventManager.AddHandler(host.View, OnCollectionChanged); 1154Host.View.GetCollectionChangedSources(level+1, format, sources); 1278if (_items != Host.View && incc != null) 1287if (_items != Host.View && incc != null) 1634get { return (ItemsInternal != Host.View); } 1966items = Host.View; 1970CollectionView cv = Host.View.CollectionView; 1974items = Host.View; 2013items = Host.View;