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