4 writes to _index
PresentationFramework (4)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (4)
324_index = -1; 338_index++; 345_index = _collection.Size; 388_index = -1;
3 references to _index
PresentationFramework (3)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (3)
336if (_index < (_collection.Size - 1)) 339_currentElement = _collection[_index]; 356if (_index == -1)