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