4 writes to _index
PresentationCore (4)
System\Windows\Media\VisualCollection.cs (4)
906
_index
= -1; // not started.
922
_index
++;
929
_index
= -2; // -2 <=> reached the end.
986
_index
= -1; // not started.
6 references to _index
PresentationCore (6)
System\Windows\Media\VisualCollection.cs (6)
920
if ((
_index
> -2) && (
_index
< (_collection.InternalCount - 1)))
923
_currentElement = _collection[
_index
];
957
if (
_index
< 0)
959
if (
_index
== -1)
967
Debug.Assert(
_index
== -2);