4 writes to _index
PresentationCore (4)
System\Windows\FreezableCollection.cs (4)
1012
_index
= -1;
1039
_current = _list._collection[++
_index
];
1044
_index
= -2; // -2 indicates "past the end"
1064
_index
= -1;
6 references to _index
PresentationCore (6)
System\Windows\FreezableCollection.cs (6)
1037
if (
_index
> -2 &&
_index
< _list._collection.Count - 1)
1096
if (
_index
> -1)
1100
else if (
_index
== -1)
1106
Debug.Assert(
_index
== -2, "expected -2, got " +
_index
+ "\n");