1 implementation of Page
Microsoft.Maui.Controls (1)
Shell\ShellContent.cs (1)
52 Page IShellContentController.Page => ContentCache;
10 references to Page
Microsoft.Maui.Controls (10)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (2)
332 _tracker.Page = ((IShellContentController)newContent).Page; 449 _tracker.Page = scc.Page;
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; 647 DisplayedPage = currentItem?.Page; 677 if (child is IShellContentController sc && (sc.Page?.IsPlatformEnabled == true)) 679 sc.Page.PlatformEnabledChanged += WaitForRendererToGetRemoved; 682 sc.Page.PlatformEnabledChanged -= WaitForRendererToGetRemoved;