6 references to GetModuleHandle
System.Windows.Forms (5)
System\Windows\Forms\Application.cs (2)
114var hModule = PInvoke.GetModuleHandle(Libraries.Comctl32); 960var moduleHandle = PInvoke.GetModuleHandle(module.Name);
System\Windows\Forms\Control.cs (1)
1387if ((PInvoke.GetModuleHandle(Libraries.Comctl32) != 0)
System\Windows\Forms\Dialogs\MessageBox.cs (1)
465if (PInvoke.GetModuleHandle(Libraries.Shell32) == 0)
System\Windows\Forms\NativeWindow.cs (1)
169var hModule = PInvoke.GetModuleHandle(Libraries.User32);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.LoadLibrary.cs (1)
43if (GetModuleHandle(Libraries.Kernel32).IsNull)