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