3 references to IsNotWindowsIoTCore
System.Drawing.Common.Tests (1)
System\Drawing\IconConverterTests.cs (1)
10[ConditionalClass(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsIoTCore))]
System.Windows.Forms.Primitives.TestUtilities (2)
PlatformDetection.cs (1)
17public static bool HasWindowsShell => IsWindows && IsNotWindowsServerCore && IsNotWindowsNanoServer && IsNotWindowsIoTCore;
PlatformDetection.Windows.cs (1)
31public static bool IsWindowsNanoServer => (IsNotWindowsIoTCore && GetInstallationType().Equals("Nano Server", StringComparison.OrdinalIgnoreCase));