3 writes to _currentElement
PresentationCore (3)
Core\CSharp\System\Windows\Media\VisualCollection.cs (3)
963
_currentElement
= null;
978
_currentElement
= _collection[_index];
983
_currentElement
= null;
1 reference to _currentElement
PresentationCore (1)
Core\CSharp\System\Windows\Media\VisualCollection.cs (1)
1031
return
_currentElement
;