4 references to InterpolateInt64
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
867return AnimatedTypeHelpers.InterpolateInt64(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
364AnimatedTypeHelpers.InterpolateInt64(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
559return AnimatedTypeHelpers.InterpolateInt64(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
916return AnimatedTypeHelpers.InterpolateInt64(baseValue, Value, splineProgress);