6 references to MenuItem
System.Windows.Forms (5)
System\Windows\Forms\Controls\Unsupported\ContextMenu\MenuItem.cs (5)
26public MenuItem() : this( 36public MenuItem(string text) : this( 46public MenuItem(string text, EventHandler onClick) : this( 56public MenuItem(string text, EventHandler onClick, Shortcut shortcut) : this( 66public 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!),