4 writes to _currentElement
PresentationFramework (4)
MS\Internal\Documents\ContentElementCollection.cs (4)
317_currentElement = collection; 330_currentElement = _collection[_index]; 335_currentElement = _collection; 378_currentElement = _collection;
2 references to _currentElement
PresentationFramework (2)
MS\Internal\Documents\ContentElementCollection.cs (2)
345if (_currentElement == _collection) 356return (TItem)_currentElement;