1 write to FitToCurve
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
975stroke.DrawingAttributes.FitToCurve = false;
5 references to FitToCurve
PresentationCore (5)
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
40drawingAttributes.FitToCurve ? stroke.GetBezierStylusPoints() : stroke.StylusPoints;
System\Windows\Ink\IncrementalHitTester.cs (1)
766if (_stroke.DrawingAttributes.FitToCurve)
System\Windows\Ink\Stroke.cs (3)
754if (this.DrawingAttributes.FitToCurve) 810if (this.DrawingAttributes.FitToCurve) 969if (stroke.DrawingAttributes.FitToCurve)