4 references to InterpolateThickness
PresentationFramework (4)
src\Framework\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
117
return AnimatedTypeHelpers.
InterpolateThickness
(baseValue, Value, keyFrameProgress);
src\Framework\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
97
return AnimatedTypeHelpers.
InterpolateThickness
(baseValue, Value, keyFrameProgress);
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
118
return AnimatedTypeHelpers.
InterpolateThickness
(baseValue, Value, splineProgress);
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
364
AnimatedTypeHelpers.
InterpolateThickness
(from, to, progress)));