10 references to TabScopes
System (5)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (5)
163other.TabScopes.Length != TabScopes.Length) { 169TabScopes[i] != other.TabScopes[i]) { 235for (int i = 0; i < TabScopes.Length; i++) {
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGrid.cs (5)
2540for (i = 0; i < tabAttr.TabScopes.Length; i++) { 2541PropertyTabScope item = tabAttr.TabScopes[i]; 2820if (attribute.TabScopes[i] == PropertyTabScope.Document) { 2856if (attribute.TabScopes[i] == PropertyTabScope.Document) { 3963if (attribute.TabScopes[j] == PropertyTabScope.Document) {