5 references to InterpolateVector
PresentationCore (5)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (1)
140return (Size)InterpolateVector((Vector)from, (Vector)to, progress);
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1867return AnimatedTypeHelpers.InterpolateVector(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1175return AnimatedTypeHelpers.InterpolateVector(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1980return AnimatedTypeHelpers.InterpolateVector(baseValue, Value, splineProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateVector(from, to, progress)));