Implemented interface member:
method
BeginAnimation
System.Windows.Media.Animation.IAnimatable.BeginAnimation(System.Windows.DependencyProperty, System.Windows.Media.Animation.AnimationTimeline)
4 references to BeginAnimation
PresentationFramework (4)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
294
BeginAnimation
(PopupRoot.OpacityProperty, anim);
338
BeginAnimation
(PopupRoot.OpacityProperty, null);
System\Windows\Controls\ProgressBar.cs (2)
266
_glow.
BeginAnimation
(FrameworkElement.MarginProperty, animation);
270
_glow.
BeginAnimation
(FrameworkElement.MarginProperty, null);