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