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