5 references to Collection
PresentationFramework (5)
MS\Internal\Data\IndexedEnumerable.cs (5)
510if (Collection == null) 529if (Collection != null) 531value = Collection.Count; 562if (Collection != null) 564isEmpty = (Collection.Count == 0);