8 references to Start
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1135
System.Diagnostics.Process.
Start
(startInfo);
System (5)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1148
p = Process.
Start
(processStartInfo);
services\monitoring\system\diagnosticts\Process.cs (4)
2294
return
Start
(startInfo);
2305
return
Start
(startInfo);
2321
return
Start
(new ProcessStartInfo(fileName));
2335
return
Start
(new ProcessStartInfo(fileName, arguments));
System.Management (1)
Instrumentation\SchemaRegistration.cs (1)
719
System.Diagnostics.Process proc = System.Diagnostics.Process.
Start
( processInfo ) ;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
1473
Process.
Start
(currentStartInfo);