5 references to LoadLibraryFromSystemPathIfAvailable
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (1)
164hModule = UnsafeNativeMethods.LoadLibraryFromSystemPathIfAvailable(ExternDll.Comctl32);
winforms\Managed\System\WinForms\Control.cs (2)
1846|| (UnsafeNativeMethods.LoadLibraryFromSystemPathIfAvailable(ExternDll.Comctl32) != IntPtr.Zero)) { 19647oleAccAvailable = UnsafeNativeMethods.LoadLibraryFromSystemPathIfAvailable("oleacc.dll");
winforms\Managed\System\WinForms\MessageBox.cs (1)
470if (UnsafeNativeMethods.LoadLibraryFromSystemPathIfAvailable(ExternDll.Shell32) == IntPtr.Zero) {
winforms\Managed\System\WinForms\RichTextBox.cs (1)
363moduleHandle = UnsafeNativeMethods.LoadLibraryFromSystemPathIfAvailable(richEditControlDllVersion);