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