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