4 references to InterpolateInt16
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
617return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
364AnimatedTypeHelpers.InterpolateInt16(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
405return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
650return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, splineProgress);