5 references to Begin
PresentationFramework (5)
System\Windows\FrameworkElement.cs (1)
451storyboard.Begin( this, handoffBehavior, isControllable );
System\Windows\Media\Animation\Storyboard.cs (3)
1067Begin( containingObject, HandoffBehavior.SnapshotAndReplace, false ); 1075Begin( containingObject, handoffBehavior, false ); 1083Begin(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable );
System\Windows\VisualStateGroup.cs (1)
117newStoryboard.Begin(element, HandoffBehavior.SnapshotAndReplace, true);