5 references to Collection
PresentationFramework (5)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
997
else if (cc.
Collection
!= null) // CollContainer
src\Framework\System\Windows\Data\CollectionContainer.cs (4)
98
if (
Collection
== null)
105
ICollection collection =
Collection
as ICollection;
112
IEnumerator enumerator =
Collection
.GetEnumerator();
337
return ((CollectionContainer) d).
Collection
;