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