6 references to contextHash
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Application.cs (6)
2405contextHash[id] = this; 2829contextHash.Remove((object)id); 2969if (contextHash != null) { 2970ThreadContext[] ctxs = new ThreadContext[contextHash.Values.Count]; 2971contextHash.Values.CopyTo(ctxs, 0); 3062ThreadContext context = (ThreadContext)contextHash[(object)id];