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