1 write to _array
PresentationCore (1)
Shared\MS\Internal\GenericEnumerator.cs (1)
43
_array
= array;
2 references to _array
PresentationCore (2)
Shared\MS\Internal\GenericEnumerator.cs (2)
44
_count =
_array
.Count;
105
_current =
_array
[_position];