6 references to s_contextHash
System.Windows.Forms (6)
System\Windows\Forms\Application.ThreadContext.cs (6)
93s_contextHash[_id] = this; 321s_contextHash.Remove(_id); 448if (s_contextHash is not null) 450ThreadContext[] contexts = new ThreadContext[s_contextHash.Values.Count]; 451s_contextHash.Values.CopyTo(contexts, 0); 513if (!s_contextHash.TryGetValue(id, out ThreadContext? context) && id == PInvokeCore.GetCurrentThreadId())