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)
354
if (
_currentElement
== _collection)
365
return (TItem)
_currentElement
;