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