5 references to IsNull
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
259if (!info.hSubMenu.IsNull)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
233&& !_nativeMenuHandle.IsNull 657if (_nativeMenuCommandID == -1 || _nativeMenuHandle.IsNull)
System\Windows\Forms\Form.cs (2)
6195if (!dummyMenu.IsNull) 6209if (!hMenu.IsNull)