1 write to FitToCurve
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
975
stroke.DrawingAttributes.
FitToCurve
= false;
5 references to FitToCurve
PresentationCore (5)
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
40
drawingAttributes.
FitToCurve
? stroke.GetBezierStylusPoints() : stroke.StylusPoints;
System\Windows\Ink\IncrementalHitTester.cs (1)
766
if (_stroke.DrawingAttributes.
FitToCurve
)
System\Windows\Ink\Stroke.cs (3)
754
if (this.DrawingAttributes.
FitToCurve
)
810
if (this.DrawingAttributes.
FitToCurve
)
969
if (stroke.DrawingAttributes.
FitToCurve
)