3 writes to _currentElement
PresentationCore (3)
System\Windows\Media\VisualCollection.cs (3)
919
_currentElement
= null;
934
_currentElement
= _collection[_index];
939
_currentElement
= null;
1 reference to _currentElement
PresentationCore (1)
System\Windows\Media\VisualCollection.cs (1)
987
return
_currentElement
;