4 references to Shell32
System.Drawing.Common (1)
Windows\Win32\PInvoke.SHGetStockIconInfo.cs (1)
65
[DllImport(Libraries.
Shell32
, ExactSpelling = true)]
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\MessageBox.cs (3)
465
if (PInvoke.GetModuleHandle(Libraries.
Shell32
) == 0)
467
if (PInvoke.LoadLibraryFromSystemPathIfAvailable(Libraries.
Shell32
) == HINSTANCE.Null)
470
throw new Win32Exception(lastWin32Error, string.Format(SR.LoadDLLError, Libraries.
Shell32
));