2 references to Slerp
PresentationCore (2)
MS\Internal\AnimatedTypeHelpers.cs (1)
113return Quaternion.Slerp(from, to, progress, useShortestPath);
System\Windows\Media3D\Quaternion.cs (1)
470return Slerp(from, to, t, /* useShortestPath = */ true);