5 references to GetPointWeight
PresentationCore (5)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
415
double weight = strokeInfo.
GetPointWeight
(i);
828
_totalWeight += this.
GetPointWeight
(i);
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
261
target -= strokeInfo.
GetPointWeight
(i);
320
target -= strokeInfo.
GetPointWeight
(i);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
136
target -= strokeInfo.
GetPointWeight
(i);