5 references to Collection
PresentationFramework (5)
MS\Internal\Data\IndexedEnumerable.cs (5)
510
if (
Collection
== null)
529
if (
Collection
!= null)
531
value =
Collection
.Count;
562
if (
Collection
!= null)
564
isEmpty = (
Collection
.Count == 0);