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