4 references to GetBezierStylusPoints
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
48drawingAttributes.FitToCurve ? stroke.GetBezierStylusPoints() : stroke.StylusPoints;
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
779_stylusPoints = _stroke.GetBezierStylusPoints();
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
773sourceStylusPoints = this.GetBezierStylusPoints(); 829sourceStylusPoints = this.GetBezierStylusPoints();