1 write to Browsable
System.ComponentModel.Primitives (1)
System\ComponentModel\BrowsableAttribute.cs (1)
39Browsable = browsable;
5 references to Browsable
System.ComponentModel.Primitives (3)
System\ComponentModel\BrowsableAttribute.cs (3)
48obj is BrowsableAttribute other && other.Browsable == Browsable; 50public override int GetHashCode() => Browsable.GetHashCode();
System.ComponentModel.TypeConverter (2)
System\ComponentModel\EnumConverter.cs (1)
276if (browsableAttr == null || browsableAttr.Browsable)
System\ComponentModel\MemberDescriptor.cs (1)
179public virtual bool IsBrowsable => ((BrowsableAttribute)Attributes[typeof(BrowsableAttribute)]!).Browsable;