4 references to InterpolateDecimal
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateDecimal(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
367return AnimatedTypeHelpers.InterpolateDecimal(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
251return AnimatedTypeHelpers.InterpolateDecimal(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
384return AnimatedTypeHelpers.InterpolateDecimal(baseValue, Value, splineProgress);