1 implementation of Name
Microsoft.Maui.Essentials (1)
AppInfo\AppInfo.uwp.cs (1)
41
public string
Name
=> AppInfoUtils.IsPackagedApp
3 references to Name
Microsoft.Maui.Essentials (3)
AppInfo\AppInfo.shared.cs (1)
74
public static string Name => Current.
Name
;
Share\Share.uwp.cs (2)
26
newRequest.Data.Properties.Title = request.Title ?? AppInfo.Current.
Name
;
65
newRequest.Data.Properties.Title = request.Title ?? AppInfo.Current.
Name
;