2 references to GetHandle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
4407
IntPtr threadHandle = ctx.
GetHandle
();
winforms\Managed\System\WinForms\NativeWindow.cs (1)
178
IntPtr threadHandle = (ctx == null ? IntPtr.Zero : ctx.
GetHandle
());