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)
71return _handoffBehavior; 212Storyboard.BeginCommon(targetObject, nameScope, _handoffBehavior, true /* == is controllable */, layer ); 216Storyboard.BeginCommon(targetObject, nameScope, _handoffBehavior, false /* == not controllable */, layer );