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