14 references to E_FAIL
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
2166
return NativeMethods.
E_FAIL
;
winforms\Managed\System\WinForms\AxHost.cs (2)
1454
return NativeMethods.
E_FAIL
;
2358
int hr = NativeMethods.
E_FAIL
;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
231
return NativeMethods.
E_FAIL
;
winforms\Managed\System\WinForms\Control.cs (5)
16829
int hr = NativeMethods.
E_FAIL
;
17009
return NativeMethods.
E_FAIL
;
17052
hr = NativeMethods.
E_FAIL
;
17316
int hr = NativeMethods.
E_FAIL
;
17386
errorCode = NativeMethods.
E_FAIL
;
winforms\Managed\System\WinForms\DataObject.cs (1)
869
int hr = NativeMethods.
E_FAIL
;
winforms\Managed\System\WinForms\RichTextBox.cs (3)
3786
return NativeMethods.
E_FAIL
;
3934
return NativeMethods.
E_FAIL
;
3944
return NativeMethods.
E_FAIL
;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6691
ExternalException e = new ExternalException(msg, NativeMethods.
E_FAIL
);