1 write to Browsable
System.ComponentModel.Primitives (1)
System\ComponentModel\BrowsableAttribute.cs (1)
39
Browsable
= browsable;
44 references to Browsable
System.ComponentModel.Primitives (3)
System\ComponentModel\BrowsableAttribute.cs (3)
48
obj is BrowsableAttribute other && other.
Browsable
==
Browsable
;
50
public override int GetHashCode() =>
Browsable
.GetHashCode();
System.ComponentModel.TypeConverter (2)
System\ComponentModel\EnumConverter.cs (1)
276
if (browsableAttr == null || browsableAttr.
Browsable
)
System\ComponentModel\MemberDescriptor.cs (1)
179
public virtual bool IsBrowsable => ((BrowsableAttribute)Attributes[typeof(BrowsableAttribute)]!).
Browsable
;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
577
return attribute.
Browsable
;
System.Windows.Forms.Tests (38)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (36)
27
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
43
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
59
Assert.False(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
75
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
91
Assert.False(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
505
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
528
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
547
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
573
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
608
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
639
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
660
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
687
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
708
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
735
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
790
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
811
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
828
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
855
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
888
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
917
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
946
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
975
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
993
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1018
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1037
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1062
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1089
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1114
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1139
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1162
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1187
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1210
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1238
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1264
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1292
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
228
Assert.True(browsable.
Browsable
);
System\Windows\Forms\PropertyGridTests.cs (1)
49
Assert.True(((BrowsableAttribute)Assert.Single(control.BrowsableAttributes)).
Browsable
);