4 references to InterpolatePoint3D
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1114return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
710return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
362AnimatedTypeHelpers.InterpolatePoint3D(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1128return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, splineProgress);