4 references to Begin
PresentationFramework (4)
System\Windows\FrameworkContentElement.cs (1)
427storyboard.Begin( this, handoffBehavior, isControllable );
System\Windows\Media\Animation\Storyboard.cs (3)
1164Begin( containingObject, HandoffBehavior.SnapshotAndReplace, false ); 1172Begin( containingObject, handoffBehavior, false ); 1180Begin(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable );