6 references to PointsAreCloseEnough
PresentationFramework (6)
MS\Internal\Ink\LassoSelectionBehavior.cs (6)
458if (!PointsAreCloseEnough(point1, point2)) 463if (!PointsAreCloseEnough(point1, midPoint)) 469if (!PointsAreCloseEnough(midPoint, point2)) 487if (!PointsAreCloseEnough(upperLeft, lowerLeft)) 495if (!PointsAreCloseEnough(upperLeft, midPointLeft)) 501if (!PointsAreCloseEnough(midPointLeft, lowerLeft))