3 references to GetNavBarIsVisible
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (2)
672
SetNavigationBarHidden(!Shell.
GetNavBarIsVisible
(_displayedPage), true);
750
navBarVisible = Shell.
GetNavBarIsVisible
(element);
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
19
bool IShellSectionRootRenderer.ShowNavBar => Shell.
GetNavBarIsVisible
(((IShellContentController)ShellSection.CurrentItem).GetOrCreateContent());