5 references to Collection
PresentationFramework (5)
MS\Internal\Data\IndexedEnumerable.cs (5)
504if (Collection == null) 523if (Collection != null) 525value = Collection.Count; 556if (Collection != null) 558isEmpty = (Collection.Count == 0);