4 references to InterpolatePoint3D
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1117return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
713return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
364AnimatedTypeHelpers.InterpolatePoint3D(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1182return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, splineProgress);