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