4 references to GetNavBarIsVisible
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (2)
684 SetNavigationBarHidden(!Shell.GetNavBarIsVisible(_displayedPage), true); 764 navBarVisible = Shell.GetNavBarIsVisible(element);
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
19 bool IShellSectionRootRenderer.ShowNavBar => Shell.GetNavBarIsVisible(((IShellContentController)ShellSection.CurrentItem).GetOrCreateContent());
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PageRenderer.cs (1)
387 if (Shell.GetNavBarIsVisible(Element) || _tabThickness != default(Thickness))