3 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\Unsupported\MainMenu\MainMenu.cs (1)
25public MainMenu(IContainer container) : this() => throw new PlatformNotSupportedException();
System.Windows.Forms.Tests (1)
System\Windows\Forms\UnsupportedTypesTests.cs (1)
41() => new MainMenu(),
UnsupportedTypes (1)
CreateFrameworkTypes.cs (1)
53MainMenu mainMenu = new();