1 write to _id
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
86
_id
= PInvokeCore.GetCurrentThreadId();
6 references to _id
System.Windows.Forms (6)
System\Windows\Forms\Application.ThreadContext.cs (6)
89
s_contextHash[
_id
] = this;
275
if (PInvokeCore.GetCurrentThreadId() !=
_id
)
314
s_contextHash.Remove(
_id
, out _);
503
Debug.Assert(context.
_id
== id);
526
internal uint GetId() =>
_id
;
654
PInvoke.PostThreadMessage(
_id
, PInvokeCore.WM_QUIT, default, default);