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)
93
s_contextHash[
_id
] = this;
280
if (PInvokeCore.GetCurrentThreadId() !=
_id
)
321
s_contextHash.Remove(
_id
);
539
internal uint GetId() =>
_id
;
667
PInvoke.PostThreadMessage(
_id
, PInvokeCore.WM_QUIT, default, default);