2 references to MenuItem
System.Windows.Forms.Tests (1)
System\Windows\Forms\UnsupportedTypesTests.cs (1)
47
() => new
MenuItem
(text: "text"),
UnsupportedTypes (1)
CreateFrameworkTypes.cs (1)
47
void ContextMenu_Popup(object sender, EventArgs e) => _contextMenu.MenuItems.Add(new
MenuItem
("Item3"));