5 references to GetVisiblePage
Microsoft.Maui.Controls (5)
Shell\Shell.cs (5)
31 public Page CurrentPage => GetVisiblePage() as Page; 701 if (GetVisiblePage() != null) 1520 var backButtonBehavior = GetBackButtonBehavior(GetVisiblePage()); 1534 if (GetVisiblePage() is Page page && page.SendBackButtonPressed()) 1867 if (CurrentItem == null || GetVisiblePage() == null)