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