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.ios.cs (1)
80 action.Title,
AppActions\AppActions.shared.cs (1)
224 /// Gets or sets a sub-title to display under the <see cref="Title"/>.