4 references to InterpolateSize
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1733
return AnimatedTypeHelpers.
InterpolateSize
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1089
return AnimatedTypeHelpers.
InterpolateSize
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
351
AnimatedTypeHelpers.
InterpolateSize
(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1762
return AnimatedTypeHelpers.
InterpolateSize
(baseValue, Value, splineProgress);