4 writes to _currentElement
PresentationFramework (4)
MS\Internal\Documents\ContentElementCollection.cs (4)
311_currentElement = collection; 324_currentElement = _collection[_index]; 329_currentElement = _collection; 372_currentElement = _collection;
2 references to _currentElement
PresentationFramework (2)
MS\Internal\Documents\ContentElementCollection.cs (2)
339if (_currentElement == _collection) 350return (TItem)_currentElement;