2 writes to _current
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (2)
793
_current
= default(Timeline);
820
_current
= _list._collection[++_index];
1 reference to _current
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
879
return
_current
;