4 references to InterpolateVector3D
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1989return AnimatedTypeHelpers.InterpolateVector3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1249return AnimatedTypeHelpers.InterpolateVector3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
2017return AnimatedTypeHelpers.InterpolateVector3D(baseValue, Value, splineProgress);
System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
362AnimatedTypeHelpers.InterpolateVector3D(from, to, progress)));