2 references to ERROR_INVALID_HANDLE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
4420
(!returnValue && Marshal.GetLastWin32Error() == NativeMethods.
ERROR_INVALID_HANDLE
) ||
7057
throw new Win32Exception(NativeMethods.
ERROR_INVALID_HANDLE
);