4 references to GetBezierStylusPoints
PresentationCore (4)
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
40drawingAttributes.FitToCurve ? stroke.GetBezierStylusPoints() : stroke.StylusPoints;
System\Windows\Ink\IncrementalHitTester.cs (1)
768_stylusPoints = _stroke.GetBezierStylusPoints();
System\Windows\Ink\Stroke.cs (2)
756sourceStylusPoints = this.GetBezierStylusPoints(); 812sourceStylusPoints = this.GetBezierStylusPoints();