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