3 writes to _index
PresentationFramework (3)
src\Framework\MS\Internal\Controls\ModelTreeEnumerator.cs (3)
69
_index
= value;
101
_index
++;
121
_index
= -1;
4 references to _index
PresentationFramework (4)
src\Framework\MS\Internal\Controls\ModelTreeEnumerator.cs (4)
64
return
_index
;
82
if (
_index
== 0)
98
if (
_index
< 1)
103
if (
_index
== 0)