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