4 references to LoadLibraryFromSystemPathIfAvailable
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
259
s_moduleHandle = PInvoke.
LoadLibraryFromSystemPathIfAvailable
(Libraries.RichEdit41);
System\Windows\Forms\Dialogs\MessageBox.cs (1)
467
if (PInvoke.
LoadLibraryFromSystemPathIfAvailable
(Libraries.Shell32) == HINSTANCE.Null)
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.LoadLibrary.cs (1)
32
return
LoadLibraryFromSystemPathIfAvailable
(Libraries.Comctl32);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
11066
_nativeDllHandle = PInvoke.
LoadLibraryFromSystemPathIfAvailable
(NativeDll);