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