1 write to _count
PresentationCore (1)
Shared\MS\Internal\GenericEnumerator.cs (1)
44
_count
= _array.Count;
3 references to _count
PresentationCore (3)
Shared\MS\Internal\GenericEnumerator.cs (3)
57
|| (_position >=
_count
))
95
if (_position >=
_count
)
97
_position =
_count
;