19 references to NavPage
Microsoft.Maui.Controls (19)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (19)
75 INavigationPageController NavPageController => NavPage; 217 var navPage = NavPage; 218 INavigationPageController navPageController = NavPage; 277 var navPage = NavPage; 278 INavigationPageController navPageController = NavPage; 500 var current = Current = NavPage?.CurrentPage; 560 bool shouldHide = NavPage.OnThisPlatform().HideNavigationBarSeparator(); 736 _currentBarBackgroundColor = NavPage.BarBackgroundColor; 737 _currentBarBackgroundBrush = NavPage.BarBackground; 741 newGradientBrush.Parent = NavPage; 810 var barTextColor = NavPage.BarTextColor; 857 NavigationBar.TintColor = iconColor == null || NavPage.OnThisPlatform().GetStatusBarTextColorMode() == StatusBarTextColorMode.DoNotAdjust 864 var barTextColor = NavPage.BarTextColor; 865 var statusBarColorMode = NavPage.OnThisPlatform().GetStatusBarTextColorMode(); 920 if (NavPage == null) 928 await (NavPage as INavigationPageController)?.RemoveAsyncInner(pageBeingRemoved, false, true); 931 NavPage?.SendNavigatedFromHandler(pageBeingRemoved, NavigationType.Pop); 1562 UpdateBackButtonTitle(page.Title ?? n?.NavPage.Title, backButtonText); 1799 IStackNavigationView INavigationViewHandler.VirtualView => NavPage;