4 writes to _currentElement
PresentationFramework (4)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (4)
326_currentElement = collection; 339_currentElement = _collection[_index]; 344_currentElement = _collection; 387_currentElement = _collection;
2 references to _currentElement
PresentationFramework (2)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (2)
354if (_currentElement == _collection) 365return (TItem)_currentElement;