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