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