4 references to InterpolateRect
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1489return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
941return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
362AnimatedTypeHelpers.InterpolateRect(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1509return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, splineProgress);