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