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