4 references to FromId
System.Windows.Forms (4)
System\Windows\Forms\Application.cs (1)
1138
ThreadContext? threadContext = ThreadContext.
FromId
(PInvokeCore.GetWindowThreadProcessId(handle.Handle, null));
System\Windows\Forms\Application.ParkingWindow.cs (1)
74
ThreadContext? context = ThreadContext.
FromId
(id);
System\Windows\Forms\Control.cs (1)
3467
Application.ThreadContext? ctx = Application.ThreadContext.
FromId
(threadId);
System\Windows\Forms\NativeWindow.cs (1)
108
Application.ThreadContext? context = Application.ThreadContext.
FromId
(id);