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