1 type derived from CharAnimationBase
PresentationCore (1)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
36public class CharAnimationUsingKeyFrames : CharAnimationBase, IKeyFrameAnimation, IAddChild
5 references to CharAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\CharAnimationBase.cs (2)
53public new CharAnimationBase Clone() 55return (CharAnimationBase)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
164case 68: t = () => typeof(CharAnimationBase); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2471typeof(System.Windows.Media.Animation.CharAnimationBase),
System\Windows\Markup\KnownTypes.cs (1)
5622case KnownElements.CharAnimationBase: t = typeof(System.Windows.Media.Animation.CharAnimationBase); break;