3 references to Handle
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadContext.cs (1)
534HANDLE IHandle<HANDLE>.Handle => Handle;
System\Windows\Forms\Control.cs (1)
3474HANDLE threadHandle = ctx.Handle;
System\Windows\Forms\NativeWindow.cs (1)
109nint threadHandle = context is null ? 0 : context.Handle;