4 writes to _index
PresentationCore (4)
Core\CSharp\System\Windows\Media\VisualCollection.cs (4)
961
_index
= -1; // not started.
977
_index
++;
984
_index
= -2; // -2 <=> reached the end.
1047
_index
= -1; // not started.
6 references to _index
PresentationCore (6)
Core\CSharp\System\Windows\Media\VisualCollection.cs (6)
975
if ((
_index
> -2) && (
_index
< (_collection.InternalCount - 1)))
978
_currentElement = _collection[
_index
];
1017
if (
_index
< 0)
1019
if (
_index
== -1)
1027
Debug.Assert(
_index
== -2);