1 write to _id
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
87_id = PInvokeCore.GetCurrentThreadId();
5 references to _id
System.Windows.Forms (5)
System\Windows\Forms\Application.ThreadContext.cs (5)
93s_contextHash[_id] = this; 280if (PInvokeCore.GetCurrentThreadId() != _id) 321s_contextHash.Remove(_id); 539internal uint GetId() => _id; 667PInvoke.PostThreadMessage(_id, PInvokeCore.WM_QUIT, default, default);