3 references to MouseDown
System.Windows.Forms (1)
System\Windows\Forms\NotifyIcon.cs (1)
478
/// Raises the <see cref="
MouseDown
"/> event.
System.Windows.Forms.Tests (2)
System\Windows\Forms\NotifyIconTests.cs (2)
684
notifyIcon.
MouseDown
+= handler;
685
notifyIcon.
MouseDown
-= handler;