4 references to InterpolateRotation3D
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1367return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
867return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateRotation3D(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1448return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, splineProgress);