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