11 references to Component
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\PropertyTabAttribute.cs (3)
34public PropertyTabAttribute(Type tabClass) : this(tabClass, PropertyTabScope.Component) 45: this(tabClassName, PropertyTabScope.Component) 233TabScopes[i] = PropertyTabScope.Component;
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (7)
1020RefreshTabs(PropertyTabScope.Component); 1581/// Must be <see cref="PropertyTabScope.Component" /> or <see cref="PropertyTabScope.Document"/> 3417/// Either <see cref="PropertyTabScope.Component"/> or <see cref="PropertyTabScope.Document"/>. 3435if (tabScope <= PropertyTabScope.Component && _selectedObjects is not null && _selectedObjects.Length > 0) 3438foreach (Type tabType in GetCommonTabs(_selectedObjects, PropertyTabScope.Component)) 3442AddTab(tabType, PropertyTabScope.Component, @object, setupToolbar: false); 3526/// and <see cref="PropertyTabScope.Component"/> tabs.
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
474_propertyGrid.RefreshTabs(PropertyTabScope.Component);