3 references to new
System.Windows.Forms (1)
System\Windows\Forms\Design\ToolStripItemDesignerAvailabilityAttribute.cs (1)
9public static readonly ToolStripItemDesignerAvailabilityAttribute Default = new();
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ToolStripItemDesignerAvailabilityAttributeTests.cs (2)
12ToolStripItemDesignerAvailabilityAttribute attribute = new(); 37yield return new object[] { new ToolStripItemDesignerAvailabilityAttribute(), true };