6 references to PointsAreCloseEnough
PresentationFramework (6)
MS\Internal\Ink\LassoSelectionBehavior.cs (6)
457if (!PointsAreCloseEnough(point1, point2)) 462if (!PointsAreCloseEnough(point1, midPoint)) 468if (!PointsAreCloseEnough(midPoint, point2)) 486if (!PointsAreCloseEnough(upperLeft, lowerLeft)) 494if (!PointsAreCloseEnough(upperLeft, midPointLeft)) 500if (!PointsAreCloseEnough(midPointLeft, lowerLeft))