1 interface inheriting from ITitledElement
Microsoft.Maui (1)
Core\IWindow.cs (1)
10 public interface IWindow : ITitledElement
1 implementation of ITitledElement
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
21 public partial class Page : VisualElement, ILayout, IPageController, IElementConfiguration<Page>, IPaddingElement, ISafeAreaView, ISafeAreaView2, IView, ITitledElement, IToolbarElement
3 references to ITitledElement
Microsoft.Maui (1)
Handlers\Page\PageHandler.cs (1)
16 [nameof(ITitledElement.Title)] = MapTitle,
Microsoft.Maui.Controls (2)
Window\Window.cs (2)
112 string? ITitledElement.Title => Title ?? (Page as Shell)?.Title; 672 Handler?.UpdateValue(nameof(ITitledElement.Title));