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