5 references to InterpolateQuaternion
PresentationCore (5)
MS\Internal\AnimatedTypeHelpers.cs (1)
133return new QuaternionRotation3D(InterpolateQuaternion(from.InternalQuaternion, to.InternalQuaternion, progress, /* useShortestPath = */ true));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1234return AnimatedTypeHelpers.InterpolateQuaternion(baseValue, Value, keyFrameProgress, UseShortestPath);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
782return AnimatedTypeHelpers.InterpolateQuaternion(baseValue, Value, keyFrameProgress, UseShortestPath);
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
352AnimatedTypeHelpers.InterpolateQuaternion(from, to, progress, UseShortestPath)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1255return AnimatedTypeHelpers.InterpolateQuaternion(baseValue, Value, splineProgress, UseShortestPath);