Base:
property
Attributes
System.ComponentModel.MemberDescriptor.Attributes
4 references to Attributes
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (1)
87
BOOL 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;
487
if (
Attributes
[typeof(TypeConverterAttribute)] is TypeConverterAttribute attribute)
525
if (
Attributes
[typeof(EditorAttribute)] is EditorAttribute attribute)