6 references to PointsAreCloseEnough
PresentationFramework (6)
MS\Internal\Ink\LassoSelectionBehavior.cs (6)
459if(!PointsAreCloseEnough(point1, point2)) 464if(!PointsAreCloseEnough(point1, midPoint)) 470if(!PointsAreCloseEnough(midPoint, point2)) 488if(!PointsAreCloseEnough(upperLeft, lowerLeft)) 496if(!PointsAreCloseEnough(upperLeft, midPointLeft)) 502if(!PointsAreCloseEnough(midPointLeft, lowerLeft))