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)
1017RefreshTabs(PropertyTabScope.Component); 1575/// Must be <see cref="PropertyTabScope.Component" /> or <see cref="PropertyTabScope.Document"/> 3411/// Either <see cref="PropertyTabScope.Component"/> or <see cref="PropertyTabScope.Document"/>. 3429if (tabScope <= PropertyTabScope.Component && _selectedObjects is not null && _selectedObjects.Length > 0) 3432foreach (Type tabType in GetCommonTabs(_selectedObjects, PropertyTabScope.Component)) 3436AddTab(tabType, PropertyTabScope.Component, @object, setupToolbar: false); 3520/// and <see cref="PropertyTabScope.Component"/> tabs.
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
474_propertyGrid.RefreshTabs(PropertyTabScope.Component);