3 types derived from DoubleAnimationBase
PresentationCore (3)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
12
public class DoubleAnimationUsingPath :
DoubleAnimationBase
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
25
DoubleAnimationBase
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
25
public class DoubleAnimationUsingKeyFrames :
DoubleAnimationBase
, IKeyFrameAnimation, IAddChild
6 references to DoubleAnimationBase
PresentationCore (3)
System\Windows\Media\Animation\Generated\DoubleAnimationBase.cs (2)
38
public new
DoubleAnimationBase
Clone()
40
return (
DoubleAnimationBase
)base.Clone();
System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (1)
72
return ((
DoubleAnimationBase
)(_animationClock.Timeline)).GetCurrentValue(
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
263
case 170: t = () => typeof(
DoubleAnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4077
typeof(System.Windows.Media.Animation.
DoubleAnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
5717
case KnownElements.DoubleAnimationBase: t = typeof(System.Windows.Media.Animation.
DoubleAnimationBase
); break;