7 references to Add
System.Windows.Forms (7)
System\Windows\Forms\ComponentModel\COM2Interop\COM2ICategorizePropertiesHandler.cs (1)
72e.Add(new CategoryAttribute(category));
System\Windows\Forms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (1)
42e.Add(attributes[i]);
System\Windows\Forms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
70e.Add(BrowsableAttribute.Yes);
System\Windows\Forms\ComponentModel\COM2Interop\COM2IProvidePropertyBuilderHandler.cs (1)
67e.Add(BrowsableAttribute.Yes);
System\Windows\Forms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (3)
67e.Add(new DescriptionAttribute(helpString.ToString())); 92e.Add(hide ? BrowsableAttribute.No : BrowsableAttribute.Yes); 103e.Add(BrowsableAttribute.Yes);