2 writes to currentThreadContext
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2404currentThreadContext = this; 2832currentThreadContext = null;
2 references to currentThreadContext
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2831if (currentThreadContext == this) { 3045ThreadContext context = currentThreadContext;