19 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)
3083case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Control.cs (1)
12483case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1396case PInvokeCore.WM_LBUTTONUP:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1649case PInvokeCore.WM_LBUTTONUP: 3724case 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)
840case PInvokeCore.WM_LBUTTONUP: