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