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)
937
totalLength += AnimatedTypeHelpers.
GetSegmentLengthQuaternion
(prevKeyValue, currentKeyValue);
960
totalLength += AnimatedTypeHelpers.
GetSegmentLengthQuaternion
(prevKeyValue, _keyFrames[index].Value);