3 types derived from DoubleAnimationBase
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
24public class DoubleAnimationUsingPath : DoubleAnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
38DoubleAnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
38public class DoubleAnimationUsingKeyFrames : DoubleAnimationBase, IKeyFrameAnimation, IAddChild
6 references to DoubleAnimationBase
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationBase.cs (2)
55public new DoubleAnimationBase Clone() 57return (DoubleAnimationBase)base.Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (1)
80return ((DoubleAnimationBase)(_animationClock.Timeline)).GetCurrentValue(
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
262case 170: t = () => typeof(DoubleAnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3792typeof(System.Windows.Media.Animation.DoubleAnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5714case KnownElements.DoubleAnimationBase: t = typeof(System.Windows.Media.Animation.DoubleAnimationBase); break;