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