2 references to Quaternion
PresentationCore (2)
MS\Internal\AnimatedTypeHelpers.cs (1)
562return new Quaternion(value.Axis, value.Angle * factor);
System\Windows\Media3D\AxisAngleRotation3D.cs (1)
84_cachedQuaternionValue = new Quaternion(axis, Angle);