3 instantiations of AxisAngleRotation3D
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\AxisAngleRotation3D.cs (1)
154return new AxisAngleRotation3D();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1789bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.AxisAngleRotation3D(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1133case KnownElements.AxisAngleRotation3D: o = new System.Windows.Media.Media3D.AxisAngleRotation3D(); break;
12 references to AxisAngleRotation3D
PresentationCore (9)
Core\CSharp\System\Windows\Media3D\Generated\AxisAngleRotation3D.cs (9)
61public new AxisAngleRotation3D Clone() 63return (AxisAngleRotation3D)base.Clone(); 70public new AxisAngleRotation3D CloneCurrentValue() 72return (AxisAngleRotation3D)base.CloneCurrentValue(); 88AxisAngleRotation3D target = ((AxisAngleRotation3D) d); 97AxisAngleRotation3D target = ((AxisAngleRotation3D) d); 331Type typeofThis = typeof(AxisAngleRotation3D);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
107case 15: t = () => typeof(AxisAngleRotation3D); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1787typeof(System.Windows.Media.Media3D.AxisAngleRotation3D),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5559case KnownElements.AxisAngleRotation3D: t = typeof(System.Windows.Media.Media3D.AxisAngleRotation3D); break;