5 references to
System.Windows.Forms (5)
System\Windows\Forms\Controls\Unsupported\ContextMenu\ContextMenu.cs (2)
23
public ContextMenu() :
base
(items: default) => throw new PlatformNotSupportedException();
25
public ContextMenu(MenuItem[] menuItems) :
base
(items: menuItems) => throw new PlatformNotSupportedException();
System\Windows\Forms\Controls\Unsupported\ContextMenu\MenuItem.cs (1)
84
MenuItem[] items) :
base
(items: items) => throw new PlatformNotSupportedException();
System\Windows\Forms\Controls\Unsupported\MainMenu\MainMenu.cs (2)
23
public MainMenu() :
base
(items: default) => throw new PlatformNotSupportedException();
27
public MainMenu(MenuItem[] items) :
base
(items: items) => throw new PlatformNotSupportedException();