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