3 instantiations of Vector3DAnimation
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
183return new Vector3DAnimation();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10902bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Vector3DAnimation(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1641case KnownElements.Vector3DAnimation: o = new System.Windows.Media.Animation.Vector3DAnimation(); break;
8 references to Vector3DAnimation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (5)
61Type typeofThis = typeof(Vector3DAnimation); 162public new Vector3DAnimation Clone() 164return (Vector3DAnimation)base.Clone(); 417Vector3DAnimation a = (Vector3DAnimation)d;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
802case 710: t = () => typeof(Vector3DAnimation); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10900typeof(System.Windows.Media.Animation.Vector3DAnimation),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6254case KnownElements.Vector3DAnimation: t = typeof(System.Windows.Media.Animation.Vector3DAnimation); break;