11 references to EVENTS
System.Windows.Forms (11)
winforms\Managed\System\WinForms\PropertyGrid.cs (11)
1287if (showEvents && viewTabs != null && viewTabs.Length > EVENTS && (viewTabs[EVENTS] is EventsTab)) { 1288showEvents = viewTabButtons[EVENTS].Visible; 1317events = ((EventsTab)viewTabs[EVENTS]).GetProperties(tempObj, attrs); 1884tabIndex = EVENTS; 4538if (viewTabs != null && viewTabs.Length > EVENTS && (viewTabs[EVENTS] is EventsTab)) { 4540Debug.Assert(viewTabButtons != null && viewTabButtons.Length > EVENTS && viewTabButtons[EVENTS] != null, "Events button is not at EVENTS position"); 4541viewTabButtons[EVENTS].Visible = value; 4542if (!value && selectedViewTab == EVENTS) {