2 types derived from SingleAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
38
SingleAnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
38
public class SingleAnimationUsingKeyFrames :
SingleAnimationBase
, IKeyFrameAnimation, IAddChild
5 references to SingleAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationBase.cs (2)
55
public new
SingleAnimationBase
Clone()
57
return (
SingleAnimationBase
)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
653
case 561: t = () => typeof(
SingleAnimationBase
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8904
typeof(System.Windows.Media.Animation.
SingleAnimationBase
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6105
case KnownElements.SingleAnimationBase: t = typeof(System.Windows.Media.Animation.
SingleAnimationBase
); break;