3 references to LoadLibraryExW
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
125
_moduleHandle = Platform.
LoadLibraryExW
(System.IO.Path.Combine(_currentModuleDirectory, fileName), IntPtr.Zero, /* LOAD_WITH_ALTERED_SEARCH_PATH */ 8);
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
43
IntPtr winRTErrorModule = Platform.
LoadLibraryExW
("api-ms-win-core-winrt-error-l1-1-1.dll", IntPtr.Zero, (uint)DllImportSearchPath.System32);
53
winRTErrorModule = Platform.
LoadLibraryExW
("api-ms-win-core-winrt-error-l1-1-0.dll", IntPtr.Zero, (uint)DllImportSearchPath.System32);