5 references to Collection
PresentationFramework (5)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (5)
527if (Collection == null) 546if (Collection != null) 548value = Collection.Count; 579if (Collection != null) 581isEmpty = (Collection.Count == 0);