5 references to Collection
PresentationFramework (5)
MS\Internal\Data\IndexedEnumerable.cs (5)
513if (Collection == null) 532if (Collection != null) 534value = Collection.Count; 565if (Collection != null) 567isEmpty = (Collection.Count == 0);