8 references to Start
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1135System.Diagnostics.Process.Start(startInfo);
System (5)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1148p = Process.Start(processStartInfo);
services\monitoring\system\diagnosticts\Process.cs (4)
2294return Start(startInfo); 2305return Start(startInfo); 2321return Start(new ProcessStartInfo(fileName)); 2335return 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)
1473Process.Start(currentStartInfo);