5 references to Collection
PresentationFramework (5)
MS\Internal\Data\IndexedEnumerable.cs (5)
518if (Collection == null) 537if (Collection != null) 539value = Collection.Count; 570if (Collection != null) 572isEmpty = (Collection.Count == 0);