18 references to E_INVALIDARG
System.Windows.Forms (18)
winforms\Managed\System\WinForms\AxHost.cs (10)
3963return NativeMethods.E_INVALIDARG; 4092return NativeMethods.E_INVALIDARG; 4106return NativeMethods.E_INVALIDARG; 4111return NativeMethods.E_INVALIDARG; 5153return NativeMethods.E_INVALIDARG; 5157return NativeMethods.E_INVALIDARG; 5207return NativeMethods.E_INVALIDARG; 6160return NativeMethods.E_INVALIDARG; 6886return NativeMethods.E_INVALIDARG; 6896return (pVar == null) ? NativeMethods.E_INVALIDARG : NativeMethods.S_OK;
winforms\Managed\System\WinForms\Control.cs (1)
18808return NativeMethods.E_INVALIDARG;
winforms\Managed\System\WinForms\DataObject.cs (3)
987return (NativeMethods.E_INVALIDARG); 1077return (NativeMethods.E_INVALIDARG); 1132return (NativeMethods.E_INVALIDARG);
winforms\Managed\System\WinForms\StringSource.cs (1)
116return NativeMethods.E_INVALIDARG;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (3)
142return NativeMethods.E_INVALIDARG; 155return NativeMethods.E_INVALIDARG; 159return NativeMethods.E_INVALIDARG;