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