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