2 references to GetSegmentLengthPoint3D
PresentationCore (2)
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (2)
942
totalLength += AnimatedTypeHelpers.
GetSegmentLengthPoint3D
(prevKeyValue, currentKeyValue);
965
totalLength += AnimatedTypeHelpers.
GetSegmentLengthPoint3D
(prevKeyValue, _keyFrames[index].Value);