3 instantiations of Vector3DAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
171return new Vector3DAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10904bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Vector3DAnimation(); };
System\Windows\Markup\KnownTypes.cs (1)
1640case KnownElements.Vector3DAnimation: o = new System.Windows.Media.Animation.Vector3DAnimation(); break;
8 references to Vector3DAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (5)
49Type typeofThis = typeof(Vector3DAnimation); 150public new Vector3DAnimation Clone() 152return (Vector3DAnimation)base.Clone(); 405Vector3DAnimation a = (Vector3DAnimation)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
804case 710: t = () => typeof(Vector3DAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10902typeof(System.Windows.Media.Animation.Vector3DAnimation),
System\Windows\Markup\KnownTypes.cs (1)
6264case KnownElements.Vector3DAnimation: t = typeof(System.Windows.Media.Animation.Vector3DAnimation); break;