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