4 references to InterpolateRotation3D
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1358return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
858return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
351AnimatedTypeHelpers.InterpolateRotation3D(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1381return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, splineProgress);