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)
2069
foreach (
var
tab in _tabs)
3551
foreach (
TabInfo
info in _tabs)
3735
foreach (
TabInfo
info in _tabs)
3925
foreach (
TabInfo
info in _tabs)