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