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