4 writes to _index
PresentationCore (4)
System\Windows\Media\VisualCollection.cs (4)
917
_index
= -1; // not started.
933
_index
++;
940
_index
= -2; // -2 <=> reached the end.
1003
_index
= -1; // not started.
6 references to _index
PresentationCore (6)
System\Windows\Media\VisualCollection.cs (6)
931
if ((
_index
> -2) && (
_index
< (_collection.InternalCount - 1)))
934
_currentElement = _collection[
_index
];
973
if (
_index
< 0)
975
if (
_index
== -1)
983
Debug.Assert(
_index
== -2);