1 instantiation of TabInfo
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1576
_tabs.Insert(tabIndex,
new
(tab, scope, button));
9 references to TabInfo
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (9)
42
private readonly List<
TabInfo
> _tabs = [];
43
private
TabInfo
? _selectedTab;
1069
foreach (
var
tab in _tabs)
1859
foreach (
var
tabInfo in _tabs)
2063
foreach (
var
tab in _tabs)
2116
foreach (
var
tab in _tabs)
3599
foreach (
TabInfo
info in _tabs)
3778
foreach (
TabInfo
info in _tabs)
3967
foreach (
TabInfo
info in _tabs)