9 references to Attributes
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (9)
501pi.Attributes.Add(new BrowsableAttribute(false)); 509Attribute[] temp = new Attribute[pi.Attributes.Count]; 510pi.Attributes.CopyTo(temp, 0); 554pi.Attributes.Add(new DispIdAttribute(pi.DispId)); 558pi.Attributes.Add(new DescriptionAttribute(pPropDesc)); 596pi.Attributes.Add(new BrowsableAttribute(false)); 606pi.Attributes.Add(new BindableAttribute(true)); 611pi.Attributes.Add(new ParenthesizePropertyNameAttribute(true)); 614pi.Attributes.Add(new MergablePropertyAttribute(false));