9 references to PropertiesTabIndex
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (9)
1098
if (selectedTab < _tabs.Count && (selectedTab ==
PropertiesTabIndex
|| _tabs[selectedTab].Button.Visible))
1496
tabIndex =
PropertiesTabIndex
;
2048
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: true);
3574
_selectedTab = _tabs[
PropertiesTabIndex
];
3759
_selectedTab = _tabs[
PropertiesTabIndex
];
3760
Debug.Assert(_tabs[
PropertiesTabIndex
].Tab.GetType() == DefaultTabType, "First item is not property tab!");
3761
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: false);
4001
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: true);
4137
_tabs[
PropertiesTabIndex
].Button.Visible = shouldBeVisible;