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