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