4 references to InterpolateSize
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1739return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1095return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
362AnimatedTypeHelpers.InterpolateSize(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1763return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, splineProgress);