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