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