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