5 references to Begin
PresentationFramework (5)
src\Framework\System\Windows\FrameworkElement.cs (1)
470
storyboard.
Begin
( this, handoffBehavior, isControllable );
src\Framework\System\Windows\Media\Animation\Storyboard.cs (3)
1068
Begin
( containingObject, HandoffBehavior.SnapshotAndReplace, false );
1076
Begin
( containingObject, handoffBehavior, false );
1084
Begin
(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable );
src\Framework\System\Windows\VisualStateGroup.cs (1)
123
newStoryboards[index].
Begin
(element, HandoffBehavior.SnapshotAndReplace, true);