1 write to Title
Microsoft.Maui.Essentials (1)
AppActions\AppActions.shared.cs (1)
212 Title = title ?? throw new ArgumentNullException(nameof(title));
2 references to Title
Microsoft.Maui.Essentials (2)
AppActions\AppActions.shared.cs (1)
224 /// Gets or sets a sub-title to display under the <see cref="Title"/>.
AppActions\AppActions.uwp.cs (1)
97 var item = JumpListItem.CreateWithArguments(id, action.Title);