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