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)
1818
foreach (
var
tabInfo in _tabs)
2022
foreach (
var
tab in _tabs)
2073
foreach (
var
tab in _tabs)
3555
foreach (
TabInfo
info in _tabs)
3739
foreach (
TabInfo
info in _tabs)
3929
foreach (
TabInfo
info in _tabs)