4 references to InterpolateInt16
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
609return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
352AnimatedTypeHelpers.InterpolateInt16(from, to, progress)));
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
397return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
620return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, splineProgress);