4 references to LoadLibraryEx
System.Windows.Forms.Primitives (3)
Windows\Win32\PInvoke.LoadLibrary.cs (3)
23
HINSTANCE result =
LoadLibraryEx
(customPath, 0);
50
HINSTANCE result =
LoadLibraryEx
(libraryName, LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_SEARCH_SYSTEM32);
62
return
LoadLibraryEx
(libraryName, 0);
System.Windows.Forms.Primitives.TestUtilities (1)
Windows\Win32\System\Com\ComClassFactory.cs (1)
27
_instance = PInvoke.
LoadLibraryEx
(filePath, default);