5 writes to TabScopes
System.ComponentModel.TypeConverter (5)
System\ComponentModel\Design\PropertyTabAttribute.cs (5)
26
TabScopes
= Array.Empty<PropertyTabScope>();
60
TabScopes
= new PropertyTabScope[] { tabScope };
77
TabScopes
= new PropertyTabScope[] { tabScope };
225
TabScopes
= (PropertyTabScope[])tabScopes.Clone();
229
TabScopes
= new PropertyTabScope[tabClasses!.Length];
11 references to TabScopes
System.ComponentModel.TypeConverter (6)
System\ComponentModel\Design\PropertyTabAttribute.cs (6)
158
if (other.TabClasses.Length != TabClasses.Length || other.
TabScopes
.Length !=
TabScopes
.Length)
163
if (TabClasses[i] != other.TabClasses[i] ||
TabScopes
[i] != other.
TabScopes
[i])
231
for (int i = 0; i <
TabScopes
.Length; i++)
233
TabScopes
[i] = PropertyTabScope.Component;
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
2165
for (int i = 0; i < tabAttribute.
TabScopes
.Length; i++)
2167
if (tabAttribute.
TabScopes
[i] == tabScope)
2438
if (tabAttribute.
TabScopes
[i] == PropertyTabScope.Document)
2485
if (tabAttribute.
TabScopes
[i] == PropertyTabScope.Document)
3457
if (tabAttribute.
TabScopes
[i] == PropertyTabScope.Document)