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