3 references to GetCurrentProcessId
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (2)
794int thisPID = SafeNativeMethods.GetCurrentProcessId(); 3969if (pid == SafeNativeMethods.GetCurrentProcessId()) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
113int pid = SafeNativeMethods.GetCurrentProcessId();