8 references to Null
System.Windows.Forms (7)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (1)
283
*hmenu = HMENU.
Null
;
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
892
if (hMenu == HMENU.
Null
)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
38
private HMENU _nativeMenuHandle = HMENU.
Null
;
System\Windows\Forms\Form.cs (3)
6175
PInvoke.SetMenu(this, HMENU.
Null
);
6212
PInvoke.SetMenu(this, HMENU.
Null
);
6354
if (hMenu == HMENU.
Null
)
System\Windows\Forms\NativeWindow.cs (1)
449
HMENU.
Null
,
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (1)
150
*hmenu = HMENU.
Null
;