4 references to InterpolateSize
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1734
return AnimatedTypeHelpers.
InterpolateSize
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1090
return AnimatedTypeHelpers.
InterpolateSize
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
352
AnimatedTypeHelpers.
InterpolateSize
(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1763
return AnimatedTypeHelpers.
InterpolateSize
(baseValue, Value, splineProgress);