13 references to TabClasses
System.ComponentModel.TypeConverter (5)
System\ComponentModel\Design\PropertyTabAttribute.cs (5)
158
if (other.
TabClasses
.Length !=
TabClasses
.Length || other.TabScopes.Length != TabScopes.Length)
161
for (int i = 0; i <
TabClasses
.Length; i++)
163
if (
TabClasses
[i] != other.
TabClasses
[i] || TabScopes[i] != other.TabScopes[i])
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (8)
2169
tabClasses.Add(tabAttribute.
TabClasses
[i]);
2184
if (!tabAttribute.
TabClasses
.Contains(tabClasses[j]))
2436
for (int i = 0; i < tabAttribute.
TabClasses
.Length; i++)
2440
AddTab(tabAttribute.
TabClasses
[i], PropertyTabScope.Document, e.Component, setupToolbar: true);
2483
for (int i = 0; i < tabAttribute.
TabClasses
.Length; i++)
2487
ReleaseTab(tabAttribute.
TabClasses
[i], e.Component);
3455
for (int i = 0; i < tabAttribute.
TabClasses
.Length; i++)
3459
AddTab(tabAttribute.
TabClasses
[i], PropertyTabScope.Document, component, setupToolbar: false);