20 references to Null
System.Drawing.Common (2)
System\Drawing\Icon.cs (1)
176
hIcon = PInvoke.ExtractAssociatedIcon(HINSTANCE.
Null
, b, &piIcon);
System\Drawing\SystemIcons.cs (1)
43
icon ??= new Icon(PInvokeCore.LoadIcon(HINSTANCE.
Null
, iconId));
System.Windows.Forms (10)
System\Windows\Forms\Application.cs (1)
449
s_executablePath ??= PInvoke.GetModuleFileNameLongPath(HINSTANCE.
Null
);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30044
ttt->hinst = HINSTANCE.
Null
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (1)
98
HINSTANCE.
Null
,
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1946
ttt->hinst = HINSTANCE.
Null
;
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.HostedWindowsFormsMessageHook.cs (1)
69
HINSTANCE.
Null
,
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2964
ttt->hinst = HINSTANCE.
Null
;
System\Windows\Forms\Dialogs\MessageBox.cs (1)
467
if (PInvoke.LoadLibraryFromSystemPathIfAvailable(Libraries.Shell32) == HINSTANCE.
Null
)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
902
caption = Path.GetFileName(PInvoke.GetModuleFileNameLongPath(HINSTANCE.
Null
));
System\Windows\Forms\Input\Cursor.cs (1)
38
_handle = PInvoke.LoadCursor(HINSTANCE.
Null
, nResourceId);
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
145
if (!PInvoke.GetClassInfo(HINSTANCE.
Null
, n, &windowClass))
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs (1)
82
HINSTANCE.
Null
,
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.LoadLibrary.cs (2)
45
return HINSTANCE.
Null
;
59
return HINSTANCE.
Null
;
System.Windows.Forms.Primitives.Tests (1)
Interop\Mocks\MockCursor.cs (1)
19
_handle = PInvoke.LoadCursor(HINSTANCE.
Null
, nResourceId);
System.Windows.Forms.Primitives.TestUtilities (4)
Win32\WindowClass.cs (4)
62
icon = PInvokeCore.LoadIcon(HINSTANCE.
Null
, (PCWSTR)(char*)PInvokeCore.IDI_APPLICATION);
71
cursor = PInvoke.LoadCursor(HINSTANCE.
Null
, (PCWSTR)(char*)PInvoke.IDC_ARROW);
175
hInstance: HINSTANCE.
Null
,
193
hInstance: HINSTANCE.
Null
,