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)
25
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
41
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
57
Assert.False(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
73
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
89
Assert.False(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
503
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
526
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
545
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
571
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
606
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
637
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
658
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
685
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
706
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
733
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
788
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
809
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
826
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
853
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
886
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
915
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
944
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
973
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
991
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1016
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1035
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1060
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1087
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1112
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1137
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1160
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1185
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1208
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1236
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1262
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
1290
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes[typeof(BrowsableAttribute)]).
Browsable
);
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
226
Assert.True(browsable.
Browsable
);
System\Windows\Forms\PropertyGridTests.cs (1)
47
Assert.True(((BrowsableAttribute)Assert.Single(control.BrowsableAttributes)).
Browsable
);