4 writes to _index
PresentationCore (4)
System\Windows\Media\VisualCollection.cs (4)
891
_index
= -1; // not started.
907
_index
++;
914
_index
= -2; // -2 <=> reached the end.
971
_index
= -1; // not started.
6 references to _index
PresentationCore (6)
System\Windows\Media\VisualCollection.cs (6)
905
if ((
_index
> -2) && (
_index
< (_collection.InternalCount - 1)))
908
_currentElement = _collection[
_index
];
942
if (
_index
< 0)
944
if (
_index
== -1)
952
Debug.Assert(
_index
== -2);