13 references to AppInfoUtils
Microsoft.Maui.Essentials (13)
AppInfo\AppInfo.uwp.cs (6)
33 public string PackageName => AppInfoUtils.IsPackagedApp 37 public static string PublisherName => AppInfoUtils.IsPackagedApp 41 public string Name => AppInfoUtils.IsPackagedApp 45 public Version Version => AppInfoUtils.IsPackagedApp 55 if (AppInfoUtils.IsPackagedApp) 74 public AppPackagingModel PackagingModel => AppInfoUtils.IsPackagedApp
FileSystem\FileSystem.uwp.cs (3)
14 if (AppInfoUtils.IsPackagedApp) 33 if (AppInfoUtils.IsPackagedApp) 65 if (AppInfoUtils.IsPackagedApp)
FileSystem\FileSystemUtils.uwp.cs (2)
23 return Path.Combine(AppInfoUtils.PlatformGetFullAppPackageFilePath, filename); 32 if (AppInfoUtils.IsPackagedApp)
Preferences\Preferences.uwp.cs (1)
20 _preferences = AppInfoUtils.IsPackagedApp
SecureStorage\SecureStorage.uwp.cs (1)
22 _secureStorage = AppInfoUtils.IsPackagedApp