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