3 instantiations of AxisAngleRotation3D
PresentationCore (1)
System\Windows\Media3D\Generated\AxisAngleRotation3D.cs (1)
148
return new
AxisAngleRotation3D
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1793
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
AxisAngleRotation3D
(); };
System\Windows\Markup\KnownTypes.cs (1)
1132
case KnownElements.AxisAngleRotation3D: o = new System.Windows.Media.Media3D.
AxisAngleRotation3D
(); break;
12 references to AxisAngleRotation3D
PresentationCore (9)
System\Windows\Media3D\Generated\AxisAngleRotation3D.cs (9)
55
public new
AxisAngleRotation3D
Clone()
57
return (
AxisAngleRotation3D
)base.Clone();
64
public new
AxisAngleRotation3D
CloneCurrentValue()
66
return (
AxisAngleRotation3D
)base.CloneCurrentValue();
82
AxisAngleRotation3D
target = ((
AxisAngleRotation3D
) d);
91
AxisAngleRotation3D
target = ((
AxisAngleRotation3D
) d);
310
Type typeofThis = typeof(
AxisAngleRotation3D
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
111
case 15: t = () => typeof(
AxisAngleRotation3D
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1791
typeof(System.Windows.Media.Media3D.
AxisAngleRotation3D
),
System\Windows\Markup\KnownTypes.cs (1)
5569
case KnownElements.AxisAngleRotation3D: t = typeof(System.Windows.Media.Media3D.
AxisAngleRotation3D
); break;