4 references to InterpolatePoint
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
992return AnimatedTypeHelpers.InterpolatePoint(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
636return AnimatedTypeHelpers.InterpolatePoint(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (1)
364AnimatedTypeHelpers.InterpolatePoint(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1049return AnimatedTypeHelpers.InterpolatePoint(baseValue, Value, splineProgress);