5 references to InterpolateVector
PresentationCore (5)
MS\Internal\AnimatedTypeHelpers.cs (1)
143return (Size)InterpolateVector((Vector)from, (Vector)to, progress);
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1864return AnimatedTypeHelpers.InterpolateVector(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1172return AnimatedTypeHelpers.InterpolateVector(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1890return AnimatedTypeHelpers.InterpolateVector(baseValue, Value, splineProgress);
System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
362AnimatedTypeHelpers.InterpolateVector(from, to, progress)));