Base:
property
Attributes
System.ComponentModel.MemberDescriptor.Attributes
4 references to Attributes
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (1)
87BOOL hide = sender.Attributes[typeof(BrowsableAttribute)] is Attribute browsableAttribute
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
351_readOnly |= Attributes[typeof(ReadOnlyAttribute)]?.Equals(ReadOnlyAttribute.Yes) ?? false; 487if (Attributes[typeof(TypeConverterAttribute)] is TypeConverterAttribute attribute) 525if (Attributes[typeof(EditorAttribute)] is EditorAttribute attribute)