6 references to EventsTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
1039&& _tabs[EventsTabIndex] is { } eventTab && eventTab.Tab is EventsTab) 1500else if (typeof(EventsTab).IsAssignableFrom(tabType)) 1512if (current is EventsTab) 3988if (_tabs.Count > EventsTabIndex && _tabs[EventsTabIndex] is { } info && info.Tab is EventsTab)
System\Windows\Forms\Design\EventsTab.cs (2)
20/// Initializes a new instance of the <see cref="EventsTab"/> class. 94/// The <see cref="EventsTab"/> uses <see cref="IEventBindingService.GetEventProperties(EventDescriptorCollection)"/>