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