2 implementations of Title
Microsoft.Maui.Controls (2)
Page\Page.cs (1)
157 public string Title
Window\Window.cs (1)
112 string? ITitledElement.Title => Title ?? (Page as Shell)?.Title;
3 references to Title
Microsoft.Maui (2)
Handlers\Page\PageHandler.cs (1)
16 [nameof(ITitledElement.Title)] = MapTitle,
Handlers\Window\WindowHandler.cs (1)
19 [nameof(IWindow.Title)] = MapTitle,
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
672 Handler?.UpdateValue(nameof(ITitledElement.Title));