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