5 references to Begin
PresentationFramework (5)
System\Windows\FrameworkElement.cs (1)
470
storyboard.
Begin
( this, handoffBehavior, isControllable );
System\Windows\Media\Animation\Storyboard.cs (3)
1069
Begin
( containingObject, HandoffBehavior.SnapshotAndReplace, false );
1077
Begin
( containingObject, handoffBehavior, false );
1085
Begin
(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable );
System\Windows\VisualStateGroup.cs (1)
124
newStoryboards[index].
Begin
(element, HandoffBehavior.SnapshotAndReplace, true);