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