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