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