1 write to _bottomLeft
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\BoxRenderer.cs (1)
136
_bottomLeft
= (nfloat)elementCornerRadius.BottomLeft;
3 references to _bottomLeft
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\BoxRenderer.cs (3)
41
bezierPath.AddArc(new CoreGraphics.CGPoint(Bounds.X +
_bottomLeft
, Bounds.Y + Bounds.Height -
_bottomLeft
),
_bottomLeft
, HalfPI, PI, true);