11 references to Component
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\PropertyTabAttribute.cs (3)
34
public PropertyTabAttribute(Type tabClass) : this(tabClass, PropertyTabScope.
Component
)
45
: this(tabClassName, PropertyTabScope.
Component
)
233
TabScopes[i] = PropertyTabScope.
Component
;
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (7)
1020
RefreshTabs(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"/>.
3435
if (tabScope <= PropertyTabScope.
Component
&& _selectedObjects is not null && _selectedObjects.Length > 0)
3438
foreach (Type tabType in GetCommonTabs(_selectedObjects, PropertyTabScope.
Component
))
3442
AddTab(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
);