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