1 interface inheriting from IPageController
Microsoft.Maui.Controls (1)
Shell\IShellController.cs (1)
20 public interface IShellController : IPageController
1 implementation of IPageController
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
23 public partial class Page : VisualElement, ILayout, IPageController, IElementConfiguration<Page>, IPaddingElement, ISafeAreaView, ISafeAreaView2, IView, ITitledElement, IToolbarElement
4 references to IPageController
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\CarouselPageRenderer.cs (2)
41 IPageController PageController => (IPageController)Element;
iOS\Renderers\NavigationRenderer.cs (2)
56 IPageController PageController => Element as IPageController;