11 references to GetModuleHandle
System.Windows.Forms (9)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (2)
51PInvoke.GetModuleHandle((PCWSTR)null), 60PInvoke.GetModuleHandle((PCWSTR)null),
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (1)
108protected virtual nint Instance => PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
288protected virtual nint Instance => PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
393hInstance = PInvoke.GetModuleHandle((PCWSTR)null),
System\Windows\Forms\NativeWindow.cs (1)
426HINSTANCE modHandle = PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
159windowClass.hInstance = PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\SendKeys\SendKeys.cs (2)
227PInvoke.GetModuleHandle((PCWSTR)null), 245PInvoke.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);