1 write to FitToCurve
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
959stroke.DrawingAttributes.FitToCurve = false;
6 references to FitToCurve
PresentationCore (6)
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
32drawingAttributes.FitToCurve ? stroke.GetBezierStylusPoints() : stroke.StylusPoints;
System\Windows\Ink\DrawingAttributes.cs (1)
990OnPropertyChanged(nameof(FitToCurve));
System\Windows\Ink\IncrementalHitTester.cs (1)
753if (_stroke.DrawingAttributes.FitToCurve)
System\Windows\Ink\Stroke.cs (3)
738if (this.DrawingAttributes.FitToCurve) 794if (this.DrawingAttributes.FitToCurve) 953if (stroke.DrawingAttributes.FitToCurve)