3 writes to _current
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs (3)
38
_current
= default(T);
115
_current
= default(T);
140
_current
= (T)currentRef.Target;
2 references to _current
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs (2)
63
return
_current
;
141
if ( (object)
_current
!= null)