4 references to InterpolateSize
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1742return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1098return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateSize(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1847return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, splineProgress);