4 references to PercentageTolerance
PresentationCore (4)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
434bool isHit = DoubleUtil.GreaterThanOrClose(strokeInfo.HitWeight, strokeInfo.TotalWeight * _percentIntersect / 100f - Stroke.PercentageTolerance);
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
255double target = strokeInfo.TotalWeight * percentageWithinBounds / 100.0f - PercentageTolerance; 311double target = strokeInfo.TotalWeight * percentageWithinLasso / 100.0f - PercentageTolerance;
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
130double target = strokeInfo.TotalWeight * percentageWithinLasso / 100.0f - Stroke.PercentageTolerance;