9 references to Collection
PresentationFramework (9)
MS\Internal\Data\CompositeCollectionView.cs (1)
964
else if (cc.
Collection
!= null) // CollContainer
System\Windows\Data\CollectionContainer.cs (4)
82
if (
Collection
== null)
89
ICollection collection =
Collection
as ICollection;
96
IEnumerator enumerator =
Collection
.GetEnumerator();
318
return ((CollectionContainer) d).
Collection
;
System\Windows\Data\CompositeCollection.cs (4)
566
if (cc != null && cc.
Collection
!= null)
568
CompositeCollection composite = cc.
Collection
as CompositeCollection;
574
else if (collections.IndexOf(cc.
Collection
) > -1)
577
collections.Add(cc.
Collection
);