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