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