7 references to Component
System (3)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (3)
44public PropertyTabAttribute(Type tabClass) : this(tabClass, PropertyTabScope.Component) { 53public PropertyTabAttribute(string tabClassName) : this(tabClassName, PropertyTabScope.Component) { 236this.tabScopes[i] = PropertyTabScope.Component;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
1273RefreshTabs(PropertyTabScope.Component); 3939if (tabScope <= PropertyTabScope.Component) { 3942Type[] tabTypes = GetCommonTabs(currentObjects, PropertyTabScope.Component); 3946AddRefTab(tabTypes[i], currentObjects[j], PropertyTabScope.Component, false);