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