11 references to DevicePlatform
Microsoft.Maui.Essentials (11)
Types\DevicePlatform.shared.cs (11)
15 public static DevicePlatform Android { get; } = new DevicePlatform(nameof(Android)); 20 public static DevicePlatform iOS { get; } = new DevicePlatform(nameof(iOS)); 26 public static DevicePlatform macOS { get; } = new DevicePlatform(nameof(macOS)); 32 public static DevicePlatform MacCatalyst { get; } = new DevicePlatform(nameof(MacCatalyst)); 37 public static DevicePlatform tvOS { get; } = new DevicePlatform(nameof(tvOS)); 42 public static DevicePlatform Tizen { get; } = new DevicePlatform(nameof(Tizen)); 48 public static DevicePlatform UWP { get; } = new DevicePlatform(nameof(WinUI)); 53 public static DevicePlatform WinUI { get; } = new DevicePlatform(nameof(WinUI)); 58 public static DevicePlatform watchOS { get; } = new DevicePlatform(nameof(watchOS)); 63 public static DevicePlatform Unknown { get; } = new DevicePlatform(nameof(Unknown)); 82 new DevicePlatform(devicePlatform);