1 instantiation of TabInfo
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1531
_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;
1024
foreach (
var
tab in _tabs)
1814
foreach (
var
tabInfo in _tabs)
2018
foreach (
var
tab in _tabs)
2071
foreach (
var
tab in _tabs)
3554
foreach (
TabInfo
info in _tabs)
3733
foreach (
TabInfo
info in _tabs)
3922
foreach (
TabInfo
info in _tabs)