5 references to InterpolateVector
PresentationCore (5)
MS\Internal\AnimatedTypeHelpers.cs (1)
142return (Size)InterpolateVector((Vector)from, (Vector)to, progress);
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1857return AnimatedTypeHelpers.InterpolateVector(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1165return AnimatedTypeHelpers.InterpolateVector(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1883return AnimatedTypeHelpers.InterpolateVector(baseValue, Value, splineProgress);
System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
351AnimatedTypeHelpers.InterpolateVector(from, to, progress)));