3 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\Unsupported\MainMenu\MainMenu.cs (1)
25
public 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)
53
MainMenu mainMenu =
new
();