5 references to MinDistanceSquared
PresentationFramework (5)
src\Framework\MS\Internal\Ink\LassoHelper.cs (3)
103
if (DoubleUtil.AreClose(
MinDistanceSquared
, distanceSquared))
114
else if (
MinDistanceSquared
< distanceSquared)
116
double step = Math.Sqrt(
MinDistanceSquared
/ distanceSquared);
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (2)
157
if ( DoubleUtil.GreaterThan(distanceSquared, LassoHelper.
MinDistanceSquared
) )
219
if ( DoubleUtil.GreaterThan(distanceSquared, LassoHelper.
MinDistanceSquared
) )