2 writes to _totalWeight
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
814
_totalWeight
= 0;
817
_totalWeight
+= this.GetPointWeight(i);
1 reference to _totalWeight
PresentationCore (1)
System\Windows\Ink\IncrementalHitTester.cs (1)
821
return
_totalWeight
;