2 writes to _totalWeight
PresentationCore (2)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
825
_totalWeight
= 0;
828
_totalWeight
+= this.GetPointWeight(i);
1 reference to _totalWeight
PresentationCore (1)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
832
return
_totalWeight
;