6 references to PointsAreCloseEnough
PresentationFramework (6)
MS\Internal\Ink\LassoSelectionBehavior.cs (6)
468if(!PointsAreCloseEnough(point1, point2)) 473if(!PointsAreCloseEnough(point1, midPoint)) 479if(!PointsAreCloseEnough(midPoint, point2)) 497if(!PointsAreCloseEnough(upperLeft, lowerLeft)) 505if(!PointsAreCloseEnough(upperLeft, midPointLeft)) 511if(!PointsAreCloseEnough(midPointLeft, lowerLeft))