4 writes to _index
PresentationCore (4)
System\Windows\Media\VisualCollection.cs (4)
907_index = -1; // not started. 923_index++; 930_index = -2; // -2 <=> reached the end. 987_index = -1; // not started.
6 references to _index
PresentationCore (6)
System\Windows\Media\VisualCollection.cs (6)
921if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 924_currentElement = _collection[_index]; 958if (_index < 0) 960if (_index == -1) 968Debug.Assert(_index == -2);