1 write to _handoffBehavior
PresentationFramework (1)
System\Windows\Media\Animation\BeginStoryboard.cs (1)
77
_handoffBehavior
= value;
3 references to _handoffBehavior
PresentationFramework (3)
System\Windows\Media\Animation\BeginStoryboard.cs (3)
69
return
_handoffBehavior
;
210
Storyboard.BeginCommon(targetObject, nameScope,
_handoffBehavior
, true /* == is controllable */, layer );
214
Storyboard.BeginCommon(targetObject, nameScope,
_handoffBehavior
, false /* == not controllable */, layer );