4 writes to _index
PresentationCore (4)
System\Windows\Media\VisualCollection.cs (4)
931
_index
= -1; // not started.
947
_index
++;
954
_index
= -2; // -2 <=> reached the end.
1017
_index
= -1; // not started.
6 references to _index
PresentationCore (6)
System\Windows\Media\VisualCollection.cs (6)
945
if ((
_index
> -2) && (
_index
< (_collection.InternalCount - 1)))
948
_currentElement = _collection[
_index
];
987
if (
_index
< 0)
989
if (
_index
== -1)
997
Debug.Assert(
_index
== -2);