3 references to Load
PresentationCore (1)
MS\Internal\Text\TextInterface\DWriteLoader.cs (1)
53
IntPtr 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)
32
return NativeLibrary.
Load
(GetNativeLibraryName(), assembly, default);