43 references to WM_LBUTTONUP
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
166PInvokeCore.WM_LBUTTONUP => "WM_LBUTTONUP",
System.Windows.Forms (14)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3086case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Control.cs (1)
12482case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1400case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1658case PInvokeCore.WM_LBUTTONUP: 3737case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2417case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6418bool chevronClicked = (lvhi.flags & LVHITTESTINFO_FLAGS.LVHT_EX_GROUP_COLLAPSE) == LVHITTESTINFO_FLAGS.LVHT_EX_GROUP_COLLAPSE && clickType == PInvokeCore.WM_LBUTTONUP; 7036case PInvokeCore.WM_LBUTTONUP: 7041int index = UpdateGroupCollapse(PInvokeCore.WM_LBUTTONUP);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2633PInvokeCore.SendMessage(EditTextBox, PInvokeCore.WM_LBUTTONUP, (WPARAM)0, (LPARAM)e.Location); 3479PInvokeCore.SendMessage(EditTextBox, PInvokeCore.WM_LBUTTONUP, (WPARAM)0, (LPARAM)editPoint);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3290case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
373case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\NotifyIcon.cs (1)
740case PInvokeCore.WM_LBUTTONUP:
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
373case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Design\ControlDesigner.cs (2)
1762if (m.MsgInternal == PInvokeCore.WM_LBUTTONUP) 2003case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Design\SelectionUIService.cs (1)
846case PInvokeCore.WM_LBUTTONUP:
System.Windows.Forms.Tests (24)
System\Windows\Forms\ButtonBaseTests.cs (14)
7711Msg = (int)PInvokeCore.WM_LBUTTONUP 7889Msg = (int)PInvokeCore.WM_LBUTTONUP 8046Msg = (int)PInvokeCore.WM_LBUTTONUP 8244Msg = (int)PInvokeCore.WM_LBUTTONUP 8551Msg = (int)PInvokeCore.WM_LBUTTONUP 8749Msg = (int)PInvokeCore.WM_LBUTTONUP 8828yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONUP, IntPtr.Zero, IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, 0, 0 }; 8829yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONUP, PARAM.FromLowHigh(1, 2), IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, 1, 2 }; 8830yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONUP, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, -1, -2 }; 8831yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONUP, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, 0, 0 }; 8832yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONUP, PARAM.FromLowHigh(1, 2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, 1, 2 }; 8833yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONUP, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, -1, -2 }; 8943[InlineData((int)PInvokeCore.WM_LBUTTONUP)] 9059[InlineData((int)PInvokeCore.WM_LBUTTONUP)]
System\Windows\Forms\ControlTests.Methods.cs (8)
13725yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONUP, IntPtr.Zero, IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, 0, 0 }; 13726yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONUP, PARAM.FromLowHigh(1, 2), IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, 1, 2 }; 13727yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONUP, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, -1, -2 }; 13728yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONUP, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, 0, 0 }; 13729yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONUP, PARAM.FromLowHigh(1, 2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, 1, 2 }; 13730yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONUP, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, -1, -2 }; 13840[InlineData((int)PInvokeCore.WM_LBUTTONUP)] 13956[InlineData((int)PInvokeCore.WM_LBUTTONUP)]
System\Windows\Forms\ListViewTests.cs (1)
5452PInvokeCore.PostMessage(listView, PInvokeCore.WM_LBUTTONUP, 0, PARAM.FromPoint(subItemLocation));
System\Windows\Forms\MessageTests.cs (1)
342yield return new object[] { PInvokeCore.WM_LBUTTONUP, " (WM_LBUTTONUP)" };