1 write to _topLeft
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\BoxRenderer.cs (1)
134
_topLeft
= (nfloat)elementCornerRadius.TopLeft;
3 references to _topLeft
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\BoxRenderer.cs (3)
42
bezierPath.AddArc(new CoreGraphics.CGPoint(Bounds.X +
_topLeft
, Bounds.Y +
_topLeft
),
_topLeft
, PI, PIAndAHalf, true);