5 references to Collection
PresentationFramework (5)
MS\Internal\Data\CompositeCollectionView.cs (1)
964else if (cc.Collection != null) // CollContainer
System\Windows\Data\CollectionContainer.cs (4)
82if (Collection == null) 89ICollection collection = Collection as ICollection; 96IEnumerator enumerator = Collection.GetEnumerator(); 318return ((CollectionContainer) d).Collection;