3 references to GetDistanceBetweenPoints
PresentationCore (3)
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
313double unbezierLength = GetDistanceBetweenPoints((Point)_stylusPoints[0], (Point)_stylusPoints[1]); 320bezierLength += GetDistanceBetweenPoints(bezierPoints[x - 1], bezierPoints[x]); 354GetDistanceBetweenPoints((Point)_stylusPoints[stylusPointsIndex - 1],