3 references to LoadDLLError
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
1299throw new Win32Exception(lastWin32Error, string.Format(SR.LoadDLLError, Libraries.Comctl32));
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
268throw new Win32Exception(lastWin32Error, string.Format(SR.LoadDLLError, Libraries.RichEdit41));
System\Windows\Forms\Dialogs\MessageBox.cs (1)
470throw new Win32Exception(lastWin32Error, string.Format(SR.LoadDLLError, Libraries.Shell32));