3 references to EVENT_MOUSEDOUBLECLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NotifyIcon.cs (3)
402Events.AddHandler(EVENT_MOUSEDOUBLECLICK, value); 405Events.RemoveHandler(EVENT_MOUSEDOUBLECLICK, value); 576MouseEventHandler handler = (MouseEventHandler) Events[ EVENT_MOUSEDOUBLECLICK ];