10 references to handler
System.Windows.Forms.Tests (10)
System\Windows\Forms\NotifyIconTests.cs (10)
656
notifyIcon.MouseClick +=
handler
;
657
notifyIcon.MouseClick -=
handler
;
671
notifyIcon.MouseDoubleClick +=
handler
;
672
notifyIcon.MouseDoubleClick -=
handler
;
686
notifyIcon.MouseDown +=
handler
;
687
notifyIcon.MouseDown -=
handler
;
701
notifyIcon.MouseMove +=
handler
;
702
notifyIcon.MouseMove -=
handler
;
716
notifyIcon.MouseUp +=
handler
;
717
notifyIcon.MouseUp -=
handler
;