3 instantiations of Vector3DAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
181return new Vector3DAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10906bamlType.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)
59Type typeofThis = typeof(Vector3DAnimation); 160public new Vector3DAnimation Clone() 162return (Vector3DAnimation)base.Clone(); 415Vector3DAnimation a = (Vector3DAnimation)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
806case 710: t = () => typeof(Vector3DAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10904typeof(System.Windows.Media.Animation.Vector3DAnimation),
System\Windows\Markup\KnownTypes.cs (1)
6264case KnownElements.Vector3DAnimation: t = typeof(System.Windows.Media.Animation.Vector3DAnimation); break;