4 references to InterpolatePoint3D
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1107return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
703return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
352AnimatedTypeHelpers.InterpolatePoint3D(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1121return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, splineProgress);