4 writes to _index
PresentationCore (4)
System\Windows\Media\VisualCollection.cs (4)
931_index = -1; // not started. 947_index++; 954_index = -2; // -2 <=> reached the end. 1017_index = -1; // not started.
6 references to _index
PresentationCore (6)
System\Windows\Media\VisualCollection.cs (6)
945if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 948_currentElement = _collection[_index]; 987if (_index < 0) 989if (_index == -1) 997Debug.Assert(_index == -2);