9 references to PropertiesTabIndex
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (9)
1100if (selectedTab < _tabs.Count && (selectedTab == PropertiesTabIndex || _tabs[selectedTab].Button.Visible)) 1498tabIndex = PropertiesTabIndex; 2046SelectViewTabButton(_tabs[PropertiesTabIndex].Button, updateSelection: true); 3572_selectedTab = _tabs[PropertiesTabIndex]; 3757_selectedTab = _tabs[PropertiesTabIndex]; 3758Debug.Assert(_tabs[PropertiesTabIndex].Tab.GetType() == DefaultTabType, "First item is not property tab!"); 3759SelectViewTabButton(_tabs[PropertiesTabIndex].Button, updateSelection: false); 3999SelectViewTabButton(_tabs[PropertiesTabIndex].Button, updateSelection: true); 4135_tabs[PropertiesTabIndex].Button.Visible = shouldBeVisible;