10 references to handler
System.Windows.Forms.Tests (10)
System\Windows\Forms\NotifyIconTests.cs (10)
581notifyIcon.BalloonTipClicked += handler; 582notifyIcon.BalloonTipClicked -= handler; 596notifyIcon.BalloonTipClosed += handler; 597notifyIcon.BalloonTipClosed -= handler; 611notifyIcon.BalloonTipShown += handler; 612notifyIcon.BalloonTipShown -= handler; 626notifyIcon.Click += handler; 627notifyIcon.Click -= handler; 641notifyIcon.DoubleClick += handler; 642notifyIcon.DoubleClick -= handler;