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)
1943 ((IShellContentController)CurrentContent)?.Page;
Shell\ShellContentCollection.cs (2)
19 return controller.Page == null || controller.Page.IsVisible;
Shell\ShellSection.cs (5)
67 return ((IShellContentController)CurrentItem)?.Page; 658 DisplayedPage = currentItem?.Page; 688 if (child is IShellContentController sc && (sc.Page?.IsPlatformEnabled == true)) 690 sc.Page.PlatformEnabledChanged += WaitForRendererToGetRemoved; 693 sc.Page.PlatformEnabledChanged -= WaitForRendererToGetRemoved;