2 references to TitleProperty
Microsoft.Maui.Controls (2)
AppLinkEntry.cs (2)
70 get { return (string)GetValue(TitleProperty); } 71 set { SetValue(TitleProperty, value); }