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