4 references to InterpolateDecimal
PresentationCore (4)
System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
351
AnimatedTypeHelpers.
InterpolateDecimal
(from, to, progress)));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
358
return AnimatedTypeHelpers.
InterpolateDecimal
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
242
return AnimatedTypeHelpers.
InterpolateDecimal
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
365
return AnimatedTypeHelpers.
InterpolateDecimal
(baseValue, Value, splineProgress);