1 write to HitWeight
PresentationCore (1)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
433strokeInfo.HitWeight = (lasso == _lasso) ? hitWeightChange : (strokeInfo.HitWeight + hitWeightChange);
2 references to HitWeight
PresentationCore (2)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
433strokeInfo.HitWeight = (lasso == _lasso) ? hitWeightChange : (strokeInfo.HitWeight + hitWeightChange); 434bool isHit = DoubleUtil.GreaterThanOrClose(strokeInfo.HitWeight, strokeInfo.TotalWeight * _percentIntersect / 100f - Stroke.PercentageTolerance);