4 implementations of BeginAnimation
PresentationCore (4)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
147public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
147public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (1)
154public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs (1)
154public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)