10 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)
1064RefreshTabs(PropertyTabScope.Component); 1622/// Must be <see cref="PropertyTabScope.Component" /> or <see cref="PropertyTabScope.Document"/> 3464/// Either <see cref="PropertyTabScope.Component"/> or <see cref="PropertyTabScope.Document"/>. 3482if (tabScope <= PropertyTabScope.Component && _selectedObjects is not null && _selectedObjects.Length > 0) 3485foreach (Type tabType in GetCommonTabs(_selectedObjects, PropertyTabScope.Component)) 3489AddTab(tabType, PropertyTabScope.Component, @object, setupToolbar: false); 3573/// and <see cref="PropertyTabScope.Component"/> tabs.