3 writes to CreateNoWindow
System (1)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1134
processStartInfo.
CreateNoWindow
= true;
System.AddIn (1)
System\Addin\Hosting\AddInProcess.cs (1)
363
addInProcess.StartInfo.
CreateNoWindow
= true;
System.Management (1)
Instrumentation\SchemaRegistration.cs (1)
717
processInfo.
CreateNoWindow
= true ;
1 reference to CreateNoWindow
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
2034
if (startInfo.
CreateNoWindow
) creationFlags |= NativeMethods.CREATE_NO_WINDOW;