3 references to FromId
System.Windows.Forms (3)
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);