9 references to Collection
PresentationFramework (9)
MS\Internal\Data\CompositeCollectionView.cs (1)
973
else if (cc.
Collection
!= null) // CollContainer
System\Windows\Data\CollectionContainer.cs (4)
83
if (
Collection
== null)
90
ICollection collection =
Collection
as ICollection;
97
IEnumerator enumerator =
Collection
.GetEnumerator();
322
return ((CollectionContainer) d).
Collection
;
System\Windows\Data\CompositeCollection.cs (4)
567
if (cc != null && cc.
Collection
!= null)
569
CompositeCollection composite = cc.
Collection
as CompositeCollection;
575
else if (collections.IndexOf(cc.
Collection
) > -1)
578
collections.Add(cc.
Collection
);