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