15 references to No
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (2)
88&& browsableAttribute.Equals(BrowsableAttribute.No); 92e.Add(hide ? BrowsableAttribute.No : BrowsableAttribute.Yes);
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
132if (attributes[i].Equals(BrowsableAttribute.No) && !hrHidden)
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ControlDesigner.cs (1)
316|| attributes.Contains(BrowsableAttribute.No)))
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (1)
269BrowsableAttribute.No,
System\Windows\Forms\Design\DocumentDesigner.cs (3)
1241BrowsableAttribute.No, 1247BrowsableAttribute.No, 1301properties[noBrowseProps[i]] = TypeDescriptor.CreateProperty(prop.ComponentType, prop, BrowsableAttribute.No, DesignerSerializationVisibilityAttribute.Hidden);
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
943prop.Attributes.Contains(BrowsableAttribute.No))) 2122BrowsableAttribute.No,
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
233properties[de.Key] = TypeDescriptor.CreateProperty(descriptor.ComponentType, descriptor, BrowsableAttribute.No, DesignerSerializationVisibilityAttribute.Hidden);
System\Windows\Forms\Design\ToolStripContentPanelDesigner.cs (1)
95events[noBrowseEvents[i]] = TypeDescriptor.CreateEvent(eventDescriptor.ComponentType, eventDescriptor, BrowsableAttribute.No);
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
522events[noBrowseEvents[i]] = TypeDescriptor.CreateEvent(eventDescriptor.ComponentType, eventDescriptor, BrowsableAttribute.No); 565properties[noBrowseProps[i]] = TypeDescriptor.CreateProperty(propertyDescriptor.ComponentType, propertyDescriptor, BrowsableAttribute.No, DesignerSerializationVisibilityAttribute.Hidden);
System.Windows.Forms.Primitives (1)
Microsoft\VisualStudio\Shell\IVSMDPerPropertyBrowsing.cs (1)
91/// such as <see cref="System.ComponentModel.BrowsableAttribute.No"/>, which will cause the initializer value