2 types derived from SingleAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
36
SingleAnimationBase
System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
36
public class SingleAnimationUsingKeyFrames :
SingleAnimationBase
, IKeyFrameAnimation, IAddChild
5 references to SingleAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\SingleAnimationBase.cs (2)
53
public new
SingleAnimationBase
Clone()
55
return (
SingleAnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
657
case 561: t = () => typeof(
SingleAnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8908
typeof(System.Windows.Media.Animation.
SingleAnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
6115
case KnownElements.SingleAnimationBase: t = typeof(System.Windows.Media.Animation.
SingleAnimationBase
); break;