2 references to ERROR_CANCELLED
System.Drawing.Common (1)
System\Drawing\Printing\DefaultPrintController.cs (1)
60
e.Cancel = error == WIN32_ERROR.
ERROR_CANCELLED
? true : throw new Win32Exception((int)error);
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
308
if (hr == HRESULT.FromWin32(WIN32_ERROR.
ERROR_CANCELLED
))