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