5 references to GetWindowsBuildNumber
System.Windows.Forms.Primitives.TestUtilities (5)
PlatformDetection.Windows.cs (5)
43
GetWindowsVersion() == 10 && GetWindowsMinorVersion() == 0 &&
GetWindowsBuildNumber
() >= 14393;
45
GetWindowsVersion() == 10 && GetWindowsMinorVersion() == 0 &&
GetWindowsBuildNumber
() >= 15063;
47
GetWindowsVersion() == 10 && GetWindowsMinorVersion() == 0 &&
GetWindowsBuildNumber
() >= 16299;
49
GetWindowsVersion() == 10 && GetWindowsMinorVersion() == 0 &&
GetWindowsBuildNumber
() >= 17134;
51
GetWindowsVersion() == 10 && GetWindowsMinorVersion() == 0 &&
GetWindowsBuildNumber
() >= 22000;