4 references to InterpolateInt64
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
859
return AnimatedTypeHelpers.
InterpolateInt64
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
352
AnimatedTypeHelpers.
InterpolateInt64
(from, to, progress)));
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
551
return AnimatedTypeHelpers.
InterpolateInt64
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
874
return AnimatedTypeHelpers.
InterpolateInt64
(baseValue, Value, splineProgress);