2 writes to _renderPathStroke
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\ShapeRenderer.cs (2)
378 _renderPathStroke = new CGRect(); 463 _renderPathStroke = _renderPath.CopyByStrokingPath(_strokeWidth, _strokeLineCap, _strokeLineJoin, _strokeMiterLimit).PathBoundingBox;
1 reference to _renderPathStroke
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
519 RenderBrush(graphics, _renderPathStroke, strokeGradientBrush);