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