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