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