4 writes to _index
PresentationCore (4)
System\Windows\Media\VisualCollection.cs (4)
906_index = -1; // not started. 922_index++; 929_index = -2; // -2 <=> reached the end. 986_index = -1; // not started.
6 references to _index
PresentationCore (6)
System\Windows\Media\VisualCollection.cs (6)
920if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 923_currentElement = _collection[_index]; 957if (_index < 0) 959if (_index == -1) 967Debug.Assert(_index == -2);