1 write to _topRight
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\BoxRenderer.cs (1)
135
_topRight
= (nfloat)elementCornerRadius.TopRight;
3 references to _topRight
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\BoxRenderer.cs (3)
39
bezierPath.AddArc(new CoreGraphics.CGPoint(Bounds.X + Bounds.Width -
_topRight
, Bounds.Y +
_topRight
),
_topRight
, PIAndAHalf, TwoPI, true);