6 references to PointsAreCloseEnough
PresentationFramework (6)
MS\Internal\Ink\LassoSelectionBehavior.cs (6)
457
if (!
PointsAreCloseEnough
(point1, point2))
462
if (!
PointsAreCloseEnough
(point1, midPoint))
468
if (!
PointsAreCloseEnough
(midPoint, point2))
486
if (!
PointsAreCloseEnough
(upperLeft, lowerLeft))
494
if (!
PointsAreCloseEnough
(upperLeft, midPointLeft))
500
if (!
PointsAreCloseEnough
(midPointLeft, lowerLeft))