2 references to GetExport
PresentationCore (1)
MS\Internal\Text\TextInterface\DWriteLoader.cs (1)
57
DWriteCreateFactory = (delegate* unmanaged<int, void*, void*, int>)NativeLibrary.
GetExport
(hDWriteLibrary, "DWriteCreateFactory");
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.cs (1)
248
/// Get a handle that can be used with <see cref="
GetExport
" /> or <see cref="TryGetExport" /> to resolve exports from the entry point module.