13 references to TabClasses
System.ComponentModel.TypeConverter (5)
System\ComponentModel\Design\PropertyTabAttribute.cs (5)
158if (other.TabClasses.Length != TabClasses.Length || other.TabScopes.Length != TabScopes.Length) 161for (int i = 0; i < TabClasses.Length; i++) 163if (TabClasses[i] != other.TabClasses[i] || TabScopes[i] != other.TabScopes[i])
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (8)
2163tabClasses.Add(tabAttribute.TabClasses[i]); 2178if (!tabAttribute.TabClasses.Contains(tabClasses[j])) 2430for (int i = 0; i < tabAttribute.TabClasses.Length; i++) 2434AddTab(tabAttribute.TabClasses[i], PropertyTabScope.Document, e.Component, setupToolbar: true); 2477for (int i = 0; i < tabAttribute.TabClasses.Length; i++) 2481ReleaseTab(tabAttribute.TabClasses[i], e.Component); 3449for (int i = 0; i < tabAttribute.TabClasses.Length; i++) 3453AddTab(tabAttribute.TabClasses[i], PropertyTabScope.Document, component, setupToolbar: false);