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