9 references to Collection
PresentationFramework (9)
MS\Internal\Data\CompositeCollectionView.cs (1)
979
else if (cc.
Collection
!= null) // CollContainer
System\Windows\Data\CollectionContainer.cs (4)
91
if (
Collection
== null)
98
ICollection collection =
Collection
as ICollection;
105
IEnumerator enumerator =
Collection
.GetEnumerator();
330
return ((CollectionContainer) d).
Collection
;
System\Windows\Data\CompositeCollection.cs (4)
576
if (cc != null && cc.
Collection
!= null)
578
CompositeCollection composite = cc.
Collection
as CompositeCollection;
584
else if (collections.IndexOf(cc.
Collection
) > -1)
587
collections.Add(cc.
Collection
);