5 references to InterpolateQuaternion
PresentationCore (5)
MS\Internal\AnimatedTypeHelpers.cs (1)
132return new QuaternionRotation3D(InterpolateQuaternion(from.InternalQuaternion, to.InternalQuaternion, progress, useShortestPath: true));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1233return AnimatedTypeHelpers.InterpolateQuaternion(baseValue, Value, keyFrameProgress, UseShortestPath);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
781return AnimatedTypeHelpers.InterpolateQuaternion(baseValue, Value, keyFrameProgress, UseShortestPath);
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
351AnimatedTypeHelpers.InterpolateQuaternion(from, to, progress, UseShortestPath)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1254return AnimatedTypeHelpers.InterpolateQuaternion(baseValue, Value, splineProgress, UseShortestPath);