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)
810if (_index > -2 && _index < _list._collection.Count - 1) 869if (_index > -1) 873else if (_index == -1) 879Debug.Assert(_index == -2, "expected -2, got " + _index + "\n");