6 references to EventsTab
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
32/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.Design.EventsTab'/> class.</para>
winforms\Managed\System\WinForms\PropertyGrid.cs (5)
1287if (showEvents && viewTabs != null && viewTabs.Length > EVENTS && (viewTabs[EVENTS] is EventsTab)) { 1317events = ((EventsTab)viewTabs[EVENTS]).GetProperties(tempObj, attrs); 1883else if (typeof(EventsTab).IsAssignableFrom(tabType)) { 1892if (viewTabs[i] is EventsTab) { 4538if (viewTabs != null && viewTabs.Length > EVENTS && (viewTabs[EVENTS] is EventsTab)) {