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