3 writes to _currentElement
PresentationCore (3)
System\Windows\Media\VisualCollection.cs (3)
933
_currentElement
= null;
948
_currentElement
= _collection[_index];
953
_currentElement
= null;
1 reference to _currentElement
PresentationCore (1)
System\Windows\Media\VisualCollection.cs (1)
1001
return
_currentElement
;