4 writes to _index
PresentationCore (4)
System\Windows\Media\VisualCollection.cs (4)
907
_index
= -1; // not started.
923
_index
++;
930
_index
= -2; // -2 <=> reached the end.
987
_index
= -1; // not started.
6 references to _index
PresentationCore (6)
System\Windows\Media\VisualCollection.cs (6)
921
if ((
_index
> -2) && (
_index
< (_collection.InternalCount - 1)))
924
_currentElement = _collection[
_index
];
958
if (
_index
< 0)
960
if (
_index
== -1)
968
Debug.Assert(
_index
== -2);