3 references to Shell32
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
));