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