4 references to InterpolateRect
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1483
return AnimatedTypeHelpers.
InterpolateRect
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
935
return AnimatedTypeHelpers.
InterpolateRect
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
351
AnimatedTypeHelpers.
InterpolateRect
(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1508
return AnimatedTypeHelpers.
InterpolateRect
(baseValue, Value, splineProgress);