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