1 write to _strokeThickness
Microsoft.Maui (1)
Platform\iOS\MauiCALayer.cs (1)
217 _strokeThickness = (float)borderWidth;
5 references to _strokeThickness
Microsoft.Maui (5)
Platform\iOS\MauiCALayer.cs (5)
245 double thickness = _strokeThickness; 342 if (_strokeThickness <= 0) 346 ctx.SetLineDash(_strokeDashOffset * _strokeThickness, _strokeDash); 349 ctx.SetLineWidth(2 * _strokeThickness); 353 ctx.SetMiterLimit(_strokeMiterLimit * _strokeThickness / 4);