3 references to Load
PresentationCore (1)
MS\Internal\Text\TextInterface\DWriteLoader.cs (1)
53IntPtr hDWriteLibrary = NativeLibrary.Load("dwrite.dll", typeof(DWriteLoader).Assembly, DllImportSearchPath.System32);
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
130_moduleHandle = NativeLibrary.Load(fileName, Assembly.GetExecutingAssembly(), null);
System.Data.Odbc (1)
src\libraries\Common\src\Interop\Unix\Interop.Odbc.cs (1)
32return NativeLibrary.Load(GetNativeLibraryName(), assembly, default);