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