2 references to LoadLibraryHelper
UIAutomationTypes (2)
MS\Internal\Automation\UiaCoreTypesApi.cs (1)
72
IntPtr automationCoreHandle =
LoadLibraryHelper
.SecureLoadLibraryEx(DllImport.UIAutomationCore, IntPtr.Zero, UnsafeNativeMethods.LoadLibraryFlags.LOAD_LIBRARY_SEARCH_SYSTEM32);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
704
/// Do not use this - instead use <see cref="
LoadLibraryHelper
.SecureLoadLibrary"/>