4 writes to _index
PresentationCore (4)
System\Windows\Media\Generated\GeneralTransformCollection.cs (4)
759
_index
= -1;
787
_current = _list._collection[++
_index
];
792
_index
= -2; // -2 indicates "past the end"
812
_index
= -1;
6 references to _index
PresentationCore (6)
System\Windows\Media\Generated\GeneralTransformCollection.cs (6)
785
if (
_index
> -2 &&
_index
< _list._collection.Count - 1)
844
if (
_index
> -1)
848
else if (
_index
== -1)
854
Debug.Assert(
_index
== -2, "expected -2, got " +
_index
+ "\n");