5 references to AppPackagingModel
Microsoft.Maui.Essentials (5)
AppInfo\AppInfo.netstandard.cs (1)
19 public AppPackagingModel PackagingModel => throw ExceptionUtils.NotSupportedOrImplementedException;
AppInfo\AppInfo.shared.cs (4)
51 /// <remarks>On other platforms than Windows, this will always return <see cref="AppPackagingModel.Packaged"/>.</remarks> 52 AppPackagingModel PackagingModel { get; } 105 /// <remarks>On other platforms than Windows, this will always return <see cref="AppPackagingModel.Packaged"/>.</remarks> 106 public static AppPackagingModel PackagingModel => Current.PackagingModel;