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