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