5 references to PrefersStatusBarHiddenProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Page.cs (2)
26 return (StatusBarHiddenMode)element.GetValue(PrefersStatusBarHiddenProperty); 36 element.SetValue(PrefersStatusBarHiddenProperty, value);
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\NavigationRenderer.cs (1)
1166 else if (e.PropertyName == PrefersStatusBarHiddenProperty.PropertyName)
iOS\Renderers\PageRenderer.cs (1)
286 else if (e.PropertyName == PlatformConfiguration.iOSSpecific.Page.PrefersStatusBarHiddenProperty.PropertyName)
iOS\Renderers\TabbedRenderer.cs (1)
247 else if (e.PropertyName == PrefersStatusBarHiddenProperty.PropertyName)