2 writes to t_currentThreadContext
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
89
t_currentThreadContext
= this;
326
t_currentThreadContext
= null;
2 references to t_currentThreadContext
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
324
if (
t_currentThreadContext
== this)
498
internal static ThreadContext FromCurrent() =>
t_currentThreadContext
?? Create();