6 references to MenuItem
System.Windows.Forms (5)
System\Windows\Forms\Controls\Unsupported\ContextMenu\MenuItem.cs (5)
26
public MenuItem() :
this
(
36
public MenuItem(string text) :
this
(
46
public MenuItem(string text, EventHandler onClick) :
this
(
56
public MenuItem(string text, EventHandler onClick, Shortcut shortcut) :
this
(
66
public MenuItem(string text, MenuItem[] items) :
this
(
System.Windows.Forms.Tests (1)
System\Windows\Forms\UnsupportedTypesTests.cs (1)
51
() => new
MenuItem
(MenuMerge.Add, mergeOrder: 1, Shortcut.Alt0, text: "text", onClick: null!, onPopup: null!, onSelect: null, items: null!),