2 writes to t_currentThreadContext
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
88
t_currentThreadContext
= this;
318
t_currentThreadContext
= null;
2 references to t_currentThreadContext
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
316
if (
t_currentThreadContext
== this)
479
internal static ThreadContext FromCurrent() =>
t_currentThreadContext
?? Create();