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