3 references to Title
Microsoft.Maui.Controls (3)
Window\Window.cs (3)
17
/// <summary>Bindable property for <see cref="
Title
"/>.</summary>
19
nameof(
Title
), typeof(string), typeof(Window), default(string?));
112
string? ITitledElement.Title =>
Title
?? (Page as Shell)?.Title;