5 references to GetPointWeight
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
395double weight = strokeInfo.GetPointWeight(i); 805_totalWeight += this.GetPointWeight(i);
System\Windows\Ink\Stroke2.cs (2)
231target -= strokeInfo.GetPointWeight(i); 284target -= strokeInfo.GetPointWeight(i);
System\Windows\Ink\StrokeCollection2.cs (1)
118target -= strokeInfo.GetPointWeight(i);