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