1 type derived from StringAnimationBase
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
38public class StringAnimationUsingKeyFrames : StringAnimationBase, IKeyFrameAnimation, IAddChild
5 references to StringAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationBase.cs (2)
55public new StringAnimationBase Clone() 57return (StringAnimationBase)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
705case 613: t = () => typeof(StringAnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9581typeof(System.Windows.Media.Animation.StringAnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6157case KnownElements.StringAnimationBase: t = typeof(System.Windows.Media.Animation.StringAnimationBase); break;