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