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)
14ToolStripItemDesignerAvailabilityAttribute attribute = new(); 39yield return new object[] { new ToolStripItemDesignerAvailabilityAttribute(), true };