Implemented interface member:
method
BeginAnimation
System.Windows.Media.Animation.IAnimatable.BeginAnimation(System.Windows.DependencyProperty, System.Windows.Media.Animation.AnimationTimeline, System.Windows.Media.Animation.HandoffBehavior)
2 references to BeginAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Animatable.cs (1)
127
BeginAnimation
(dp, animation, HandoffBehavior.SnapshotAndReplace);
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\StatusIndicator.xaml.cs (1)
68
this.clipScale.
BeginAnimation
(ScaleTransform.ScaleXProperty, anim, HandoffBehavior.SnapshotAndReplace);