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