2 types derived from Point3DAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
25
Point3DAnimationBase
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
25
public class Point3DAnimationUsingKeyFrames :
Point3DAnimationBase
, IKeyFrameAnimation, IAddChild
5 references to Point3DAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Point3DAnimationBase.cs (2)
38
public new
Point3DAnimationBase
Clone()
40
return (
Point3DAnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
552
case 459: t = () => typeof(
Point3DAnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8327
typeof(System.Windows.Media.Animation.
Point3DAnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
6006
case KnownElements.Point3DAnimationBase: t = typeof(System.Windows.Media.Animation.
Point3DAnimationBase
); break;