3 references to GetSegmentLengthPoint
PresentationCore (3)
MS\Internal\AnimatedTypeHelpers.cs (1)
461
Double a =
GetSegmentLengthPoint
(from.Location, to.Location);
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (2)
942
totalLength += AnimatedTypeHelpers.
GetSegmentLengthPoint
(prevKeyValue, currentKeyValue);
965
totalLength += AnimatedTypeHelpers.
GetSegmentLengthPoint
(prevKeyValue, _keyFrames[index].Value);