4 references to Begin
PresentationFramework (4)
System\Windows\FrameworkContentElement.cs (1)
428
storyboard.
Begin
( this, handoffBehavior, isControllable );
System\Windows\Media\Animation\Storyboard.cs (3)
1165
Begin
( containingObject, HandoffBehavior.SnapshotAndReplace, false );
1173
Begin
( containingObject, handoffBehavior, false );
1181
Begin
(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable );