4 references to InterpolateInt32
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
742return AnimatedTypeHelpers.InterpolateInt32(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
364AnimatedTypeHelpers.InterpolateInt32(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
482return AnimatedTypeHelpers.InterpolateInt32(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
783return AnimatedTypeHelpers.InterpolateInt32(baseValue, Value, splineProgress);