15 references to No
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (2)
88
&& browsableAttribute.Equals(BrowsableAttribute.
No
);
92
e.Add(hide ? BrowsableAttribute.
No
: BrowsableAttribute.Yes);
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
132
if (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)
269
BrowsableAttribute.
No
,
System\Windows\Forms\Design\DocumentDesigner.cs (3)
1241
BrowsableAttribute.
No
,
1247
BrowsableAttribute.
No
,
1301
properties[noBrowseProps[i]] = TypeDescriptor.CreateProperty(prop.ComponentType, prop, BrowsableAttribute.
No
, DesignerSerializationVisibilityAttribute.Hidden);
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
943
prop.Attributes.Contains(BrowsableAttribute.
No
)))
2122
BrowsableAttribute.
No
,
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
233
properties[de.Key] = TypeDescriptor.CreateProperty(descriptor.ComponentType, descriptor, BrowsableAttribute.
No
, DesignerSerializationVisibilityAttribute.Hidden);
System\Windows\Forms\Design\ToolStripContentPanelDesigner.cs (1)
95
events[noBrowseEvents[i]] = TypeDescriptor.CreateEvent(eventDescriptor.ComponentType, eventDescriptor, BrowsableAttribute.
No
);
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
522
events[noBrowseEvents[i]] = TypeDescriptor.CreateEvent(eventDescriptor.ComponentType, eventDescriptor, BrowsableAttribute.
No
);
565
properties[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