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