10 references to handler
System.Windows.Forms.Tests (10)
System\Windows\Forms\NotifyIconTests.cs (10)
579notifyIcon.BalloonTipClicked += handler; 580notifyIcon.BalloonTipClicked -= handler; 594notifyIcon.BalloonTipClosed += handler; 595notifyIcon.BalloonTipClosed -= handler; 609notifyIcon.BalloonTipShown += handler; 610notifyIcon.BalloonTipShown -= handler; 624notifyIcon.Click += handler; 625notifyIcon.Click -= handler; 639notifyIcon.DoubleClick += handler; 640notifyIcon.DoubleClick -= handler;