8 references to ParenthesizePropertyNameAttribute
System.ComponentModel.Primitives (1)
System\ComponentModel\ParenthesizePropertyNameAttribute.cs (1)
21public ParenthesizePropertyNameAttribute() : this(false)
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2AboutBoxPropertyDescriptor.cs (1)
24new ParenthesizePropertyNameAttribute(true)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
582info.Attributes.Add(new ParenthesizePropertyNameAttribute(true));
System\Windows\Forms\Control.cs (1)
1522[ParenthesizePropertyName(true)]
System\Windows\Forms\DataBinding\BindableComponent.cs (1)
75[ParenthesizePropertyName(true)]
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (2)
254new ParenthesizePropertyNameAttribute(true)); 262new ParenthesizePropertyNameAttribute(true));
System\Windows\Forms\Design\DesignerExtenders.NameExtenderProvider.cs (1)
72[ParenthesizePropertyName(true)]