3 references to ERROR_INVALID_PARAMETER
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
521throw new Win32Exception((int)WIN32_ERROR.ERROR_INVALID_PARAMETER); 531throw new Win32Exception((int)WIN32_ERROR.ERROR_INVALID_PARAMETER);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.LoadLibrary.cs (1)
57if (Marshal.GetLastWin32Error() != (int)WIN32_ERROR.ERROR_INVALID_PARAMETER)