4 references to InterpolateVector3D
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1992return AnimatedTypeHelpers.InterpolateVector3D(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1252return AnimatedTypeHelpers.InterpolateVector3D(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
2113return AnimatedTypeHelpers.InterpolateVector3D(baseValue, Value, splineProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateVector3D(from, to, progress)));