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