3 references to GetSegmentLengthQuaternion
PresentationCore (3)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (1)
468return GetSegmentLengthQuaternion(from.InternalQuaternion, to.InternalQuaternion);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (2)
962totalLength += AnimatedTypeHelpers.GetSegmentLengthQuaternion(prevKeyValue, currentKeyValue); 985totalLength += AnimatedTypeHelpers.GetSegmentLengthQuaternion(prevKeyValue, _keyFrames[index].Value);