2 writes to _pathStrokeBounds
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\ShapeRenderer.cs (2)
584 _pathStrokeBounds = _path.CopyByStrokingPath(_strokeWidth, _strokeLineCap, _strokeLineJoin, _strokeMiterLimit).PathBoundingBox; 586 _pathStrokeBounds = new CGRect();
8 references to _pathStrokeBounds
Microsoft.Maui.Controls.Compatibility (8)
iOS\Shapes\ShapeRenderer.cs (8)
305 Math.Max(0, nfloat.IsNaN(_pathStrokeBounds.Right) ? 0 : _pathStrokeBounds.Right), 306 Math.Max(0, nfloat.IsNaN(_pathStrokeBounds.Bottom) ? 0 : _pathStrokeBounds.Bottom))); 438 nfloat adjustX = NMath.Min(0, _pathStrokeBounds.X); 439 nfloat adjustY = NMath.Min(0, _pathStrokeBounds.Y); 446 if (_pathStrokeBounds.Width > Bounds.Width) 448 if (_pathStrokeBounds.Height > Bounds.Height)