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