3 references to AxisAngleRotation3D
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\AxisAngleRotation3D.cs (1)
154
return new
AxisAngleRotation3D
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1789
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
AxisAngleRotation3D
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1133
case KnownElements.AxisAngleRotation3D: o = new System.Windows.Media.Media3D.
AxisAngleRotation3D
(); break;