4 writes to _renderPath
Microsoft.Maui.Controls.Compatibility (4)
iOS\Shapes\ShapeRenderer.cs (4)
376
_renderPath
= null;
434
_renderPath
= _path.CopyByTransformingPath(stretchTransform);
453
_renderPath
= _path.CopyByTransformingPath(transform);
458
_renderPath
= _path.CopyByTransformingPath(CGAffineTransform.MakeIdentity());
6 references to _renderPath
Microsoft.Maui.Controls.Compatibility (6)
iOS\Shapes\ShapeRenderer.cs (6)
462
_renderPathFill =
_renderPath
.PathBoundingBox;
463
_renderPathStroke =
_renderPath
.CopyByStrokingPath(_strokeWidth, _strokeLineCap, _strokeLineJoin, _strokeMiterLimit).PathBoundingBox;
489
graphics.AddPath(
_renderPath
);
509
graphics.AddPath(
_renderPath
);
516
graphics.AddPath(
_renderPath
);
532
graphics.AddPath(
_renderPath
);