8 references to PropertiesTabIndex
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (8)
1100
if (selectedTab < _tabs.Count && (selectedTab ==
PropertiesTabIndex
|| _tabs[selectedTab].Button.Visible))
1498
tabIndex =
PropertiesTabIndex
;
2046
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: true);
3572
_selectedTab = _tabs[
PropertiesTabIndex
];
3752
_selectedTab = _tabs[
PropertiesTabIndex
];
3753
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: false);
3993
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: true);
4129
_tabs[
PropertiesTabIndex
].Button.Visible = shouldBeVisible;