4 references to InterpolateThickness
PresentationFramework (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
113
return AnimatedTypeHelpers.
InterpolateThickness
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
93
return AnimatedTypeHelpers.
InterpolateThickness
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
111
return AnimatedTypeHelpers.
InterpolateThickness
(baseValue, Value, splineProgress);
System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
361
AnimatedTypeHelpers.
InterpolateThickness
(from, to, progress)));