9 references to PropertiesTabIndex
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (9)
1100
if (selectedTab < _tabs.Count && (selectedTab ==
PropertiesTabIndex
|| _tabs[selectedTab].Button.Visible))
1498
tabIndex =
PropertiesTabIndex
;
2050
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: true);
3576
_selectedTab = _tabs[
PropertiesTabIndex
];
3761
_selectedTab = _tabs[
PropertiesTabIndex
];
3762
Debug.Assert(_tabs[
PropertiesTabIndex
].Tab.GetType() == DefaultTabType, "First item is not property tab!");
3763
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: false);
4003
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: true);
4139
_tabs[
PropertiesTabIndex
].Button.Visible = shouldBeVisible;