2 types derived from Vector3DAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
38Vector3DAnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
38public class Vector3DAnimationUsingKeyFrames : Vector3DAnimationBase, IKeyFrameAnimation, IAddChild
5 references to Vector3DAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationBase.cs (2)
55public new Vector3DAnimationBase Clone() 57return (Vector3DAnimationBase)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
803case 711: t = () => typeof(Vector3DAnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10913typeof(System.Windows.Media.Animation.Vector3DAnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6255case KnownElements.Vector3DAnimationBase: t = typeof(System.Windows.Media.Animation.Vector3DAnimationBase); break;