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)
1017
RefreshTabs(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"/>.
3429
if (tabScope <= PropertyTabScope.
Component
&& _selectedObjects is not null && _selectedObjects.Length > 0)
3432
foreach (Type tabType in GetCommonTabs(_selectedObjects, PropertyTabScope.
Component
))
3436
AddTab(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
);