1 write to _handoffBehavior
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\BeginStoryboard.cs (1)
79
_handoffBehavior
= value;
3 references to _handoffBehavior
PresentationFramework (3)
src\Framework\System\Windows\Media\Animation\BeginStoryboard.cs (3)
71
return
_handoffBehavior
;
212
Storyboard.BeginCommon(targetObject, nameScope,
_handoffBehavior
, true /* == is controllable */, layer );
216
Storyboard.BeginCommon(targetObject, nameScope,
_handoffBehavior
, false /* == not controllable */, layer );