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