4 references to GetBezierStylusPoints
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
48
drawingAttributes.FitToCurve ? stroke.
GetBezierStylusPoints
() : stroke.StylusPoints;
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
779
_stylusPoints = _stroke.
GetBezierStylusPoints
();
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
773
sourceStylusPoints = this.
GetBezierStylusPoints
();
829
sourceStylusPoints = this.
GetBezierStylusPoints
();