4 writes to _index
PresentationCore (4)
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (4)
784
_index
= -1;
812
_current = _list._collection[++
_index
];
817
_index
= -2; // -2 indicates "past the end"
837
_index
= -1;
6 references to _index
PresentationCore (6)
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (6)
810
if (
_index
> -2 &&
_index
< _list._collection.Count - 1)
869
if (
_index
> -1)
873
else if (
_index
== -1)
879
Debug.Assert(
_index
== -2, "expected -2, got " +
_index
+ "\n");