1 instantiation of TabInfo
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1529
_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;
1022
foreach (
var
tab in _tabs)
1816
foreach (
var
tabInfo in _tabs)
2020
foreach (
var
tab in _tabs)
2071
foreach (
var
tab in _tabs)
3553
foreach (
TabInfo
info in _tabs)
3737
foreach (
TabInfo
info in _tabs)
3927
foreach (
TabInfo
info in _tabs)