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)
465if (PInvoke.GetModuleHandle(Libraries.Shell32) == 0) 467if (PInvoke.LoadLibraryFromSystemPathIfAvailable(Libraries.Shell32) == HINSTANCE.Null) 470throw new Win32Exception(lastWin32Error, string.Format(SR.LoadDLLError, Libraries.Shell32));