3 writes to Current
Microsoft.Maui.Controls (3)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
246 Current = navPage.CurrentPage; 275 Current = null; // unhooks events 500 var current = Current = NavPage?.CurrentPage;
6 references to Current
Microsoft.Maui.Controls (6)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (6)
184 if (Current is not Page current) 608 PlatformConfiguration.iOSSpecific.Page.SetPreferredStatusBarUpdateAnimation(Current.OnThisPlatform(), animation); 667 if (page == Current) 853 var iconColor = Current is Page current ? NavigationPage.GetIconColor(current) : null; 907 if (Current is Page current && current.Handler is not null) 1775 return (Current.Handler as IPlatformViewHandler)?.ViewController;