4 writes to _currentElement
PresentationFramework (4)
MS\Internal\Documents\ContentElementCollection.cs (4)
312_currentElement = collection; 325_currentElement = _collection[_index]; 330_currentElement = _collection; 373_currentElement = _collection;
2 references to _currentElement
PresentationFramework (2)
MS\Internal\Documents\ContentElementCollection.cs (2)
340if (_currentElement == _collection) 351return (TItem)_currentElement;