13 references to IsWindows7
System.Drawing.Common.Tests (9)
System\Drawing\BitmapTests.cs (1)
728if (PlatformDetection.IsWindows7)
System\Drawing\FontTests.cs (2)
438if (PlatformDetection.IsWindows7) 569if (PlatformDetection.IsWindows7 || PlatformDetection.IsWindows8x)
System\Drawing\GraphicsTests.cs (1)
16public static bool IsWindows7OrWindowsArm64 => PlatformDetection.IsWindows7 || (PlatformDetection.IsWindows && PlatformDetection.IsArm64Process);
System\Drawing\SystemFontsTests.cs (1)
87if (!PlatformDetection.IsWindows7)
System\Drawing\Text\PrivateFontCollectionTests.cs (4)
21if (PlatformDetection.IsWindows7) 38if (PlatformDetection.IsWindows7) 55if (PlatformDetection.IsWindows7) 72if (PlatformDetection.IsWindows7)
System.Windows.Forms.Primitives.TestUtilities (4)
PlatformDetection.cs (2)
43public static bool IsWinRTSupported => IsWindows && !IsWindows7; 54public static bool SupportsAlpn => (IsWindows && !IsWindows7) ||
PlatformDetection.Windows.cs (2)
74public static bool IsNotWindows7 => !IsWindows7; 97if (!IsWindows || IsWindows7)