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