4 writes to tabClasses
System (4)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (4)
64
this.
tabClasses
= new Type[]{ tabClass};
93
tabClasses
= new Type[tabClassNames.Length];
211
this.
tabClasses
= (Type[])tabClasses.Clone();
218
this.
tabClasses
= null;
6 references to tabClasses
System (6)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (6)
92
if (
tabClasses
== null && tabClassNames != null) {
108
tabClasses
[i] = Type.GetType(className, false);
110
if (
tabClasses
[i] == null) {
114
tabClasses
[i] = a.GetType(className, true);
123
return
tabClasses
;
220
else if (this.
tabClasses
== null && this.tabClassNames == null) {