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