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