11 references to GetModuleHandle
System.Windows.Forms (9)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (2)
51
PInvoke.
GetModuleHandle
((PCWSTR)null),
60
PInvoke.
GetModuleHandle
((PCWSTR)null),
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (1)
108
protected virtual nint Instance => PInvoke.
GetModuleHandle
((PCWSTR)null);
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
288
protected virtual nint Instance => PInvoke.
GetModuleHandle
((PCWSTR)null);
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
393
hInstance = PInvoke.
GetModuleHandle
((PCWSTR)null),
System\Windows\Forms\NativeWindow.cs (1)
426
HINSTANCE modHandle = PInvoke.
GetModuleHandle
((PCWSTR)null);
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
159
windowClass.hInstance = PInvoke.
GetModuleHandle
((PCWSTR)null);
System\Windows\Forms\SendKeys\SendKeys.cs (2)
227
PInvoke.
GetModuleHandle
((PCWSTR)null),
245
PInvoke.
GetModuleHandle
((PCWSTR)null),
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
402
/// <inheritdoc cref="
GetModuleHandle
(winmdroot.Foundation.PCWSTR)"/>
408
winmdroot.Foundation.HMODULE __result = PInvoke.
GetModuleHandle
(lpModuleNameLocal);