2 references to TitleProperty
Microsoft.Maui.Controls (2)
Window\Window.cs (2)
108 get => (string?)GetValue(TitleProperty); 109 set => SetValue(TitleProperty, value);