3 writes to _currentElement
PresentationCore (3)
System\Windows\Media\VisualCollection.cs (3)
908
_currentElement
= null;
923
_currentElement
= _collection[_index];
928
_currentElement
= null;
1 reference to _currentElement
PresentationCore (1)
System\Windows\Media\VisualCollection.cs (1)
972
return
_currentElement
;