1 implementation of Page
Microsoft.Maui.Controls (1)
Shell\ShellContent.cs (1)
52 Page IShellContentController.Page => ContentCache;
8 references to Page
Microsoft.Maui.Controls (8)
Shell\Shell.cs (1)
1945 ((IShellContentController)CurrentContent)?.Page;
Shell\ShellContentCollection.cs (2)
23 return controller.Page == null || controller.Page.IsVisible;
Shell\ShellSection.cs (5)
69 return ((IShellContentController)CurrentItem)?.Page; 660 DisplayedPage = currentItem?.Page; 690 if (child is IShellContentController sc && (sc.Page?.IsPlatformEnabled == true)) 692 sc.Page.PlatformEnabledChanged += WaitForRendererToGetRemoved; 695 sc.Page.PlatformEnabledChanged -= WaitForRendererToGetRemoved;