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