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