1 write to FitToCurve
PresentationCore (1)
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
996
stroke.DrawingAttributes.
FitToCurve
= false;
5 references to FitToCurve
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
48
drawingAttributes.
FitToCurve
? stroke.GetBezierStylusPoints() : stroke.StylusPoints;
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
777
if (_stroke.DrawingAttributes.
FitToCurve
)
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
771
if (this.DrawingAttributes.
FitToCurve
)
827
if (this.DrawingAttributes.
FitToCurve
)
990
if (stroke.DrawingAttributes.
FitToCurve
)