2 references to GetSegmentLengthDouble
PresentationCore (2)
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (2)
942
totalLength += AnimatedTypeHelpers.
GetSegmentLengthDouble
(prevKeyValue, currentKeyValue);
965
totalLength += AnimatedTypeHelpers.
GetSegmentLengthDouble
(prevKeyValue, _keyFrames[index].Value);