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