1 implementation of View
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
1282
ItemCollection IGeneratorHost.
View
10 references to View
PresentationFramework (10)
MS\Internal\Helper.cs (1)
492
System.Windows.Controls.ItemCollection ic = host?.
View
;
System\Windows\Controls\ItemContainerGenerator.cs (9)
50
CollectionChangedEventManager.AddHandler(host.
View
, OnCollectionChanged);
1139
Host.
View
.GetCollectionChangedSources(level+1, format, sources);
1260
if (_items != Host.
View
&& incc != null)
1269
if (_items != Host.
View
&& incc != null)
1616
get { return (ItemsInternal != Host.
View
); }
1948
items = Host.
View
;
1952
CollectionView cv = Host.
View
.CollectionView;
1956
items = Host.
View
;
1995
items = Host.
View
;