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