2 types derived from SingleAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
25
SingleAnimationBase
System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
21
public class SingleAnimationUsingKeyFrames :
SingleAnimationBase
, IKeyFrameAnimation, IAddChild
5 references to SingleAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\SingleAnimationBase.cs (2)
37
public new
SingleAnimationBase
Clone()
39
return (
SingleAnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
655
case 561: t = () => typeof(
SingleAnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9854
typeof(System.Windows.Media.Animation.
SingleAnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
6109
case KnownElements.SingleAnimationBase: t = typeof(System.Windows.Media.Animation.
SingleAnimationBase
); break;