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