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