4 references to InterpolatePoint3D
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1108return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
704return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
351AnimatedTypeHelpers.InterpolatePoint3D(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1127return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, splineProgress);