2 references to ERROR_ACCESS_DENIED
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3563if (error == WIN32_ERROR.ERROR_ACCESS_DENIED || error == WIN32_ERROR.ERROR_PROC_NOT_FOUND ||
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
805return Marshal.GetLastWin32Error() == (int)WIN32_ERROR.ERROR_ACCESS_DENIED;