1 type derived from StringAnimationBase
PresentationCore (1)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
36
public class StringAnimationUsingKeyFrames :
StringAnimationBase
, IKeyFrameAnimation, IAddChild
5 references to StringAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\StringAnimationBase.cs (2)
53
public new
StringAnimationBase
Clone()
55
return (
StringAnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
709
case 613: t = () => typeof(
StringAnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9585
typeof(System.Windows.Media.Animation.
StringAnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
6167
case KnownElements.StringAnimationBase: t = typeof(System.Windows.Media.Animation.
StringAnimationBase
); break;