2 references to IsWindows8x
System.Drawing.Common.Tests (1)
System\Drawing\FontTests.cs (1)
569if (PlatformDetection.IsWindows7 || PlatformDetection.IsWindows8x)
System.Windows.Forms.Primitives.TestUtilities (1)
PlatformDetection.cs (1)
21public static bool IsNotWindows8x => !IsWindows8x;