4 writes to _index
PresentationCore (4)
Core\CSharp\System\Windows\Media\VisualCollection.cs (4)
961_index = -1; // not started. 977_index++; 984_index = -2; // -2 <=> reached the end. 1047_index = -1; // not started.
6 references to _index
PresentationCore (6)
Core\CSharp\System\Windows\Media\VisualCollection.cs (6)
975if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 978_currentElement = _collection[_index]; 1017if (_index < 0) 1019if (_index == -1) 1027Debug.Assert(_index == -2);