13 references to IsPackagedApp
Microsoft.Maui.Essentials (13)
AppInfo\AppInfo.uwp.cs (7)
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 119 return IsPackagedApp
FileSystem\FileSystem.uwp.cs (3)
14 if (AppInfoUtils.IsPackagedApp) 33 if (AppInfoUtils.IsPackagedApp) 65 if (AppInfoUtils.IsPackagedApp)
FileSystem\FileSystemUtils.uwp.cs (1)
32 if (AppInfoUtils.IsPackagedApp)
Preferences\Preferences.uwp.cs (1)
20 _preferences = AppInfoUtils.IsPackagedApp
SecureStorage\SecureStorage.uwp.cs (1)
22 _secureStorage = AppInfoUtils.IsPackagedApp