14 references to WM_LBUTTONUP
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AxHost.cs (1)
3446case NativeMethods.WM_LBUTTONUP:
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1303case NativeMethods.WM_LBUTTONUP:
winforms\Managed\System\WinForms\ComboBox.cs (2)
1834case NativeMethods.WM_LBUTTONUP: 3720case NativeMethods.WM_LBUTTONUP:
winforms\Managed\System\WinForms\Control.cs (1)
14296case NativeMethods.WM_LBUTTONUP:
winforms\Managed\System\WinForms\ListBox.cs (1)
2409case NativeMethods.WM_LBUTTONUP:
winforms\Managed\System\WinForms\ListView.cs (1)
6272case NativeMethods.WM_LBUTTONUP:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
159case NativeMethods.WM_LBUTTONUP: text = "WM_LBUTTONUP"; break;
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
859case NativeMethods.WM_LBUTTONUP:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2816Edit.SendMessage(NativeMethods.WM_LBUTTONUP, 0, (int)(me.Y << 16 | (me.X & 0xFFFF))); 3644Edit.SendMessage(NativeMethods.WM_LBUTTONUP, 0, (int)(editPoint.Y << 16 | (editPoint.X & 0xFFFF)));
winforms\Managed\System\WinForms\TextBox.cs (1)
887case NativeMethods.WM_LBUTTONUP:
winforms\Managed\System\WinForms\TreeView.cs (1)
3282case NativeMethods.WM_LBUTTONUP:
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
436case NativeMethods.WM_LBUTTONUP: