1 write to FitToCurve
PresentationCore (1)
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
996stroke.DrawingAttributes.FitToCurve = false;
5 references to FitToCurve
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
48drawingAttributes.FitToCurve ? stroke.GetBezierStylusPoints() : stroke.StylusPoints;
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
777if (_stroke.DrawingAttributes.FitToCurve)
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
771if (this.DrawingAttributes.FitToCurve) 827if (this.DrawingAttributes.FitToCurve) 990if (stroke.DrawingAttributes.FitToCurve)