1 write to id
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
2402id = SafeNativeMethods.GetCurrentThreadId();
5 references to id
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (5)
2405contextHash[id] = this; 2783bool ourThread = SafeNativeMethods.GetCurrentThreadId() == id; 2829contextHash.Remove((object)id); 3094return id; 3312UnsafeNativeMethods.PostThreadMessage(id, NativeMethods.WM_QUIT, IntPtr.Zero, IntPtr.Zero);