4 references to InterpolateDecimal
PresentationCore (4)
System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
362AnimatedTypeHelpers.InterpolateDecimal(from, to, progress)));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
364return AnimatedTypeHelpers.InterpolateDecimal(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
248return AnimatedTypeHelpers.InterpolateDecimal(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
366return AnimatedTypeHelpers.InterpolateDecimal(baseValue, Value, splineProgress);