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