6 references to _tabs
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyTabCollection.cs (6)
33
return _ownerPropertyGrid.
_tabs
.Count;
53
return _ownerPropertyGrid.
_tabs
[index].Tab;
98
if (_ownerPropertyGrid.
_tabs
.Count > 0)
101
_ownerPropertyGrid.
_tabs
.Select(i => i.Tab).ToArray(),
105
_ownerPropertyGrid.
_tabs
.Count);
119
return _ownerPropertyGrid.
_tabs
.Select(i => i.Tab).GetEnumerator();