1 write to FitToCurve
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
960stroke.DrawingAttributes.FitToCurve = false;
5 references to FitToCurve
PresentationCore (5)
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
33drawingAttributes.FitToCurve ? stroke.GetBezierStylusPoints() : stroke.StylusPoints;
System\Windows\Ink\IncrementalHitTester.cs (1)
757if (_stroke.DrawingAttributes.FitToCurve)
System\Windows\Ink\Stroke.cs (3)
739if (this.DrawingAttributes.FitToCurve) 795if (this.DrawingAttributes.FitToCurve) 954if (stroke.DrawingAttributes.FitToCurve)