8 references to PropertiesTabIndex
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (8)
1100if (selectedTab < _tabs.Count && (selectedTab == PropertiesTabIndex || _tabs[selectedTab].Button.Visible)) 1498tabIndex = PropertiesTabIndex; 2046SelectViewTabButton(_tabs[PropertiesTabIndex].Button, updateSelection: true); 3575_selectedTab = _tabs[PropertiesTabIndex]; 3755_selectedTab = _tabs[PropertiesTabIndex]; 3756SelectViewTabButton(_tabs[PropertiesTabIndex].Button, updateSelection: false); 3996SelectViewTabButton(_tabs[PropertiesTabIndex].Button, updateSelection: true); 4132_tabs[PropertiesTabIndex].Button.Visible = shouldBeVisible;