3 writes to _index
WindowsBase (3)
Base\System\Windows\LocalValueEnumerator.cs (3)
101
_index
++;
111
_index
= -1;
124
_index
= -1;
6 references to _index
WindowsBase (6)
Base\System\Windows\LocalValueEnumerator.cs (6)
38
_index
== other.
_index
&&
71
if(
_index
== -1 )
77
if(
_index
>= Count )
83
return _snapshot[
_index
];
103
return
_index
< Count;