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