5 references to Collection
PresentationFramework (5)
MS\Internal\Data\IndexedEnumerable.cs (5)
504
if (
Collection
== null)
523
if (
Collection
!= null)
525
value =
Collection
.Count;
556
if (
Collection
!= null)
558
isEmpty = (
Collection
.Count == 0);