5 writes to tabScopes
System (5)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (5)
34tabScopes = new PropertyTabScope[0]; 68this.tabScopes = new PropertyTabScope[]{tabScope}; 84this.tabScopes = new PropertyTabScope[]{tabScope}; 230this.tabScopes = (PropertyTabScope[])tabScopes.Clone(); 233this.tabScopes = new PropertyTabScope[tabClasses.Length];
2 references to tabScopes
System (2)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (2)
146return tabScopes; 236this.tabScopes[i] = PropertyTabScope.Component;