5 references to IsWindows
System.Drawing.Common.Tests (3)
System\Drawing\FontConverterTests.cs (1)
18if (PlatformDetection.IsWindows)
System\Drawing\GraphicsTests.cs (1)
16public static bool IsWindows7OrWindowsArm64 => PlatformDetection.IsWindows7 || (PlatformDetection.IsWindows && PlatformDetection.IsArm64Process);
System\Drawing\Text\PrivateFontCollectionTests.cs (1)
168if (PlatformDetection.IsWindows)
System.Windows.Forms.Primitives.TestUtilities (2)
PlatformDetection.Windows.cs (2)
97if (!IsWindows || IsWindows7) 150if (!IsWindows || IsInAppContainer)