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