5 references to GetPointWeight
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
407
double weight = strokeInfo.
GetPointWeight
(i);
817
_totalWeight += this.
GetPointWeight
(i);
System\Windows\Ink\Stroke2.cs (2)
240
target -= strokeInfo.
GetPointWeight
(i);
296
target -= strokeInfo.
GetPointWeight
(i);
System\Windows\Ink\StrokeCollection2.cs (1)
129
target -= strokeInfo.
GetPointWeight
(i);