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