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