5 references to Collection
PresentationFramework (5)
MS\Internal\Data\IndexedEnumerable.cs (5)
503if (Collection == null) 522if (Collection != null) 524value = Collection.Count; 555if (Collection != null) 557isEmpty = (Collection.Count == 0);