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