10 references to handler
System.Windows.Forms.Tests (10)
System\Windows\Forms\NotifyIconTests.cs (10)
654
notifyIcon.MouseClick +=
handler
;
655
notifyIcon.MouseClick -=
handler
;
669
notifyIcon.MouseDoubleClick +=
handler
;
670
notifyIcon.MouseDoubleClick -=
handler
;
684
notifyIcon.MouseDown +=
handler
;
685
notifyIcon.MouseDown -=
handler
;
699
notifyIcon.MouseMove +=
handler
;
700
notifyIcon.MouseMove -=
handler
;
714
notifyIcon.MouseUp +=
handler
;
715
notifyIcon.MouseUp -=
handler
;