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