4 references to InterpolateInt32
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
732
return AnimatedTypeHelpers.
InterpolateInt32
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
351
AnimatedTypeHelpers.
InterpolateInt32
(from, to, progress)));
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
472
return AnimatedTypeHelpers.
InterpolateInt32
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
740
return AnimatedTypeHelpers.
InterpolateInt32
(baseValue, Value, splineProgress);