4 references to InterpolateDouble
PresentationCore (4)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
351
AnimatedTypeHelpers.
InterpolateDouble
(from, to, progress)));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
482
return AnimatedTypeHelpers.
InterpolateDouble
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
318
return AnimatedTypeHelpers.
InterpolateDouble
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
486
return AnimatedTypeHelpers.
InterpolateDouble
(baseValue, Value, splineProgress);