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