4 references to InterpolateRotation3D
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1364return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
864return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
362AnimatedTypeHelpers.InterpolateRotation3D(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1382return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, splineProgress);