4 references to InterpolateInt16
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
608
return AnimatedTypeHelpers.
InterpolateInt16
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
351
AnimatedTypeHelpers.
InterpolateInt16
(from, to, progress)));
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
396
return AnimatedTypeHelpers.
InterpolateInt16
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
619
return AnimatedTypeHelpers.
InterpolateInt16
(baseValue, Value, splineProgress);