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