2 references to E_ABORT
System.Private.Windows.Core (1)
Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs (1)
49
return new ExternalException(SR.GdiplusAborted, (int)HRESULT.
E_ABORT
);
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
865
if (hr == HRESULT.
E_ABORT
|| hr == HRESULT.OLE_E_PROMPTSAVECANCELLED)