2 writes to _strokeLineJoin
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\ShapeRenderer.cs (2)
274
_strokeLineJoin
= CGLineJoin.Miter;
360
_strokeLineJoin
= strokeLineJoin;
3 references to _strokeLineJoin
Microsoft.Maui.Controls.Compatibility (3)
iOS\Shapes\ShapeRenderer.cs (3)
463
_renderPathStroke = _renderPath.CopyByStrokingPath(_strokeWidth, _strokeLineCap,
_strokeLineJoin
, _strokeMiterLimit).PathBoundingBox;
484
graphics.SetLineJoin(
_strokeLineJoin
);
584
_pathStrokeBounds = _path.CopyByStrokingPath(_strokeWidth, _strokeLineCap,
_strokeLineJoin
, _strokeMiterLimit).PathBoundingBox;