2 writes to _fillMode
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\ShapeRenderer.cs (2)
271
_fillMode
= false;
298
_fillMode
= fillMode;
2 references to _fillMode
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\ShapeRenderer.cs (2)
491
if (
_fillMode
)
511
graphics.DrawPath(
_fillMode
? CGPathDrawingMode.FillStroke : CGPathDrawingMode.EOFillStroke);