5 references to EventsTabIndex
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1036if (showEvents && _tabs.Count > EventsTabIndex 1037&& _tabs[EventsTabIndex] is { } eventTab && eventTab.Tab is EventsTab) 1500tabIndex = EventsTabIndex; 3996if (_tabs.Count > EventsTabIndex && _tabs[EventsTabIndex] is { } info && info.Tab is EventsTab)