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