5 references to Yes
System.ComponentModel.Primitives (2)
System\ComponentModel\BrowsableAttribute.cs (2)
29/// which is <see cref='System.ComponentModel.BrowsableAttribute.Yes'/>. 32public static readonly BrowsableAttribute Default = Yes;
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeConverter.cs (1)
239return GetProperties(context, value, new Attribute[] { BrowsableAttribute.Yes });
System.Data.Common (2)
System\Data\Common\DbConnectionStringBuilder.cs (2)
509BrowsableAttribute.Yes, 517BrowsableAttribute.Yes,