3 writes to Current
Microsoft.Maui.Controls (3)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
244 Current = navPage.CurrentPage; 267 Current = null; // unhooks events 492 var current = Current = NavPage?.CurrentPage;
6 references to Current
Microsoft.Maui.Controls (6)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (6)
182 if (Current is not Page current) 600 PlatformConfiguration.iOSSpecific.Page.SetPreferredStatusBarUpdateAnimation(Current.OnThisPlatform(), animation); 659 if (page == Current) 823 var iconColor = Current is Page current ? NavigationPage.GetIconColor(current) : null; 877 if (Current is Page current && current.Handler is not null) 1738 return (Current.Handler as IPlatformViewHandler)?.ViewController;