8 references to PropertiesTabIndex
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (8)
1145
if (selectedTab < _tabs.Count && (selectedTab ==
PropertiesTabIndex
|| _tabs[selectedTab].Button.Visible))
1543
tabIndex =
PropertiesTabIndex
;
2091
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: true);
3620
_selectedTab = _tabs[
PropertiesTabIndex
];
3800
_selectedTab = _tabs[
PropertiesTabIndex
];
3801
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: false);
4041
SelectViewTabButton(_tabs[
PropertiesTabIndex
].Button, updateSelection: true);
4177
_tabs[
PropertiesTabIndex
].Button.Visible = shouldBeVisible;