4 references to InterpolateDouble
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateDouble(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
492return AnimatedTypeHelpers.InterpolateDouble(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
328return AnimatedTypeHelpers.InterpolateDouble(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
517return AnimatedTypeHelpers.InterpolateDouble(baseValue, Value, splineProgress);