2 types derived from Vector3DAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
25
Vector3DAnimationBase
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
25
public class Vector3DAnimationUsingKeyFrames :
Vector3DAnimationBase
, IKeyFrameAnimation, IAddChild
5 references to Vector3DAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Vector3DAnimationBase.cs (2)
38
public new
Vector3DAnimationBase
Clone()
40
return (
Vector3DAnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
804
case 711: t = () => typeof(
Vector3DAnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12124
typeof(System.Windows.Media.Animation.
Vector3DAnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
6258
case KnownElements.Vector3DAnimationBase: t = typeof(System.Windows.Media.Animation.
Vector3DAnimationBase
); break;