Base:
4 references to Frame
Microsoft.Maui.Controls (4)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (4)
1993
if (
Frame
== CGRect.Empty ||
Frame
.Width >= 10000 ||
Frame
.Height >= 10000)
2011
_icon.Center = new PointF(Superview.Frame.Width / 2 -
Frame
.X, Superview.Frame.Height / 2);