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