3 writes to Current
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\NavigationRenderer.cs (3)
255 Current = navPage.CurrentPage; 282 Current = null; // unhooks events 468 Current = NavPage?.CurrentPage;
10 references to Current
Microsoft.Maui.Controls.Compatibility (10)
iOS\Renderers\NavigationRenderer.cs (10)
176 if (Current == null) 185 _hasNavigationBar = NavigationPage.GetHasNavigationBar(Current); 469 ValidateNavbarExists(Current); 552 PlatformConfiguration.iOSSpecific.Page.SetPreferredStatusBarUpdateAnimation(Current.OnThisPlatform(), animation); 614 if (page == Current) 756 var iconColor = Current != null ? NavigationPage.GetIconColor(Current) : null; 923 if (_navigationBottom != navBottom && Current != null) 1504 return Platform.GetRenderer(Current)?.ViewController ?? 1505 (Current.Handler as IPlatformViewHandler)?.ViewController;