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