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