2 references to Default
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\Page.cs (1)
17
BindableProperty.Create("PrefersStatusBarHidden", typeof(StatusBarHiddenMode), typeof(Page), StatusBarHiddenMode.
Default
);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PageRenderer.cs (1)
459
case (StatusBarHiddenMode.
Default
):