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