57 references to Win32NT
mscorlib (5)
system\environment.cs (2)
1135PlatformID id = PlatformID.Win32NT; 1179s_IsWindows8OrAbove = (OS.Platform == PlatformID.Win32NT &&
system\globalization\culturedata.cs (2)
648return Environment.OSVersion.Platform == PlatformID.Win32NT && 653return Environment.OSVersion.Platform == PlatformID.Win32NT &&
system\operatingsystem.cs (1)
128case PlatformID.Win32NT:
PresentationCore (1)
Core\CSharp\System\Windows\Interop\OperatingSystemVersionCheck.cs (1)
27PlatformID platform = PlatformID.Win32NT;
System (14)
compmod\microsoft\win32\SystemEvents.cs (1)
116if (Environment.OSVersion.Platform == System.PlatformID.Win32NT) {
compmod\microsoft\win32\UnsafeNativeMethods.cs (1)
239bool osSupportsPackagedProcesses = os.Platform == PlatformID.Win32NT && os.Version >= windows8Version;
services\io\system\io\FileSystemWatcher.cs (1)
948if (Environment.OSVersion.Platform != PlatformID.Win32NT) {
services\monitoring\system\diagnosticts\EventLog.cs (1)
62s_SkipRegPatch = (os.Platform == PlatformID.Win32NT) && (os.Version.Major > 5);
services\monitoring\system\diagnosticts\Process.cs (4)
486if (OperatingSystem.Platform == PlatformID.Win32NT) { 795(OperatingSystem.Platform != PlatformID.Win32NT || OperatingSystem.Version.Major < 5)) { 1337if (OperatingSystem.Platform != PlatformID.Win32NT || OperatingSystem.Version.Major < 5) 1344if (OperatingSystem.Platform != PlatformID.Win32NT)
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
133return Environment.OSVersion.Platform == PlatformID.Win32NT;
services\monitoring\system\diagnosticts\ProcessModule.cs (1)
45if (Environment.OSVersion.Platform != PlatformID.Win32NT)
services\monitoring\system\diagnosticts\ProcessThread.cs (1)
318if (Environment.OSVersion.Platform != PlatformID.Win32NT) {
services\monitoring\system\diagnosticts\SharedUtils.cs (1)
74if (Environment.OSVersion.Platform == PlatformID.Win32NT) {
sys\System\EnvironmentHelpers.cs (2)
18if(Environment.OSVersion.Platform != PlatformID.Win32NT) { 54return os.Platform == PlatformID.Win32NT && os.Version.Major >= 6;
System.Configuration (1)
System\Configuration\Internal\WriteFileContext.cs (1)
317return ( _osPlatform == System.PlatformID.Win32NT );
System.Core (1)
System\IO\Pipes\PipeStream.cs (1)
71private static readonly bool _canUseAsync = (Environment.OSVersion.Platform == PlatformID.Win32NT);
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1879static internal readonly bool IsWindowsNT = (PlatformID.Win32NT == Environment.OSVersion.Platform);
System.Drawing (2)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
222if (Environment.OSVersion.Platform == System.PlatformID.Win32NT) {
commonui\System\Drawing\SystemFonts.cs (1)
311if (Environment.OSVersion.Platform == System.PlatformID.Win32NT &&
System.Management (4)
Instrumentation\WMICapabilities.cs (2)
162if(os.Platform==PlatformID.Win32NT && os.Version >= new Version(5, 1)) 182if(os.Platform==PlatformID.Win32NT && os.Version >= new Version(5, 1))
InteropClasses\WMIInterop.cs (1)
2153if(os.Platform==PlatformID.Win32NT && os.Version >= new Version(5, 0))
managementscope.cs (1)
1142if (Environment.OSVersion.Platform == PlatformID.Win32NT)
System.Messaging (1)
System\Messaging\AccessControlList.cs (1)
45if (Environment.OSVersion.Platform == PlatformID.Win32NT) {
System.Runtime.Remoting (2)
channels\core\exclusivetcplistener.cs (1)
33Environment.OSVersion.Platform == PlatformID.Win32NT &&
channels\ipc\ipcport.cs (1)
67if (Environment.OSVersion.Platform != PlatformID.Win32NT) {
System.ServiceModel (1)
System\ServiceModel\Channels\UnsafeNativeMethods.cs (1)
1166bool osSupportsPackagedProcesses = os.Platform == PlatformID.Win32NT && os.Version >= windows8Version;
System.Transactions (1)
System\Transactions\TransactionManager.cs (1)
758if ( PlatformID.Win32NT != Environment.OSVersion.Platform )
System.Web (6)
Hosting\ApplicationHost.cs (1)
41if (Environment.OSVersion.Platform != PlatformID.Win32NT)
HttpRuntime.cs (1)
300if (Environment.OSVersion.Platform != PlatformID.Win32NT)
Util\SmtpMail.cs (2)
457if (Environment.OSVersion.Platform != PlatformID.Win32NT) { 484if (Environment.OSVersion.Platform != PlatformID.Win32NT) {
Util\Transactions.cs (1)
69if (Environment.OSVersion.Platform != PlatformID.Win32NT || Environment.OSVersion.Version.Major <= 4)
Util\WorkItem.cs (1)
40if (Environment.OSVersion.Platform != PlatformID.Win32NT)
System.Windows.Forms (16)
misc\DpiHelper.cs (1)
176if ((Environment.OSVersion.Platform == System.PlatformID.Win32NT) &&
winforms\Managed\System\WinForms\Application.cs (2)
4067if (Environment.OSVersion.Platform == PlatformID.Win32NT) { 4120if (Environment.OSVersion.Platform == PlatformID.Win32NT) {
winforms\Managed\System\WinForms\Clipboard.cs (3)
334if (Environment.OSVersion.Platform != System.PlatformID.Win32NT || 425if (Environment.OSVersion.Platform != System.PlatformID.Win32NT || 548if (Environment.OSVersion.Platform != System.PlatformID.Win32NT ||
winforms\Managed\System\WinForms\FileDialog.cs (1)
1011if (Environment.OSVersion.Platform != System.PlatformID.Win32NT ||
winforms\Managed\System\WinForms\ListBox.cs (1)
804if (Environment.OSVersion.Platform != System.PlatformID.Win32NT ||
winforms\Managed\System\WinForms\OSFeature.cs (3)
69if (Environment.OSVersion.Platform == System.PlatformID.Win32NT 97if (Environment.OSVersion.Platform == System.PlatformID.Win32NT) { 107if (Environment.OSVersion.Platform == System.PlatformID.Win32NT) {
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
248if (!UseEXDialog || (Environment.OSVersion.Platform != System.PlatformID.Win32NT || 358if (!UseEXDialog || (Environment.OSVersion.Platform != System.PlatformID.Win32NT ||
winforms\Managed\System\WinForms\SystemInformation.cs (1)
1125if (Environment.OSVersion.Platform == System.PlatformID.Win32NT) {
winforms\Managed\System\WinForms\Timer.cs (1)
332if (Environment.OSVersion.Platform == PlatformID.Win32NT) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
258return (os.Platform == PlatformID.Win32NT) &&
System.Xml (1)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\Win8Helpers.cs (1)
70if(os.Platform == PlatformID.Win32NT && os.Version >= new Version(6,2,0,0) && DoesWin32MethodExist(KERNEL32, "GetCurrentPackageId"))