Implemented interface member:
method
BeginAnimation
System.Windows.Media.Animation.IAnimatable.BeginAnimation(System.Windows.DependencyProperty, System.Windows.Media.Animation.AnimationTimeline)
5 references to BeginAnimation
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (2)
291
BeginAnimation
(PopupRoot.OpacityProperty, anim);
335
BeginAnimation
(PopupRoot.OpacityProperty, null);
src\Framework\System\Windows\Controls\ProgressBar.cs (2)
266
_glow.
BeginAnimation
(FrameworkElement.MarginProperty, animation);
270
_glow.
BeginAnimation
(FrameworkElement.MarginProperty, null);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
907
target.
BeginAnimation
(FrameworkElement.OpacityProperty, opacityAnimation);