4 references to InterpolateRect
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1492return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
944return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateRect(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1581return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, splineProgress);