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