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