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