4 references to InterpolatePoint
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
984
return AnimatedTypeHelpers.
InterpolatePoint
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
628
return AnimatedTypeHelpers.
InterpolatePoint
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\PointAnimation.cs (1)
352
AnimatedTypeHelpers.
InterpolatePoint
(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1001
return AnimatedTypeHelpers.
InterpolatePoint
(baseValue, Value, splineProgress);