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