3 references to IsArm64Process
System.Drawing.Common.Tests (1)
System\Drawing\GraphicsTests.cs (1)
16
public static bool IsWindows7OrWindowsArm64 => PlatformDetection.IsWindows7 || (PlatformDetection.IsWindows && PlatformDetection.
IsArm64Process
);
System.Windows.Forms.Primitives.TestUtilities (2)
PlatformDetection.cs (2)
20
public static bool IsNotArm64Process => !
IsArm64Process
;
21
public static bool IsArmOrArm64Process => IsArmProcess ||
IsArm64Process
;