41 references to WM_LBUTTONDOWN
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
165PInvokeCore.WM_LBUTTONDOWN => "WM_LBUTTONDOWN",
System.Windows.Forms (18)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3094case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Control.cs (1)
12478case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1645case PInvokeCore.WM_LBUTTONDOWN: 3733case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30066case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1553case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2413case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\ListView\ListView.cs (1)
7014case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
2190case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3478PInvokeCore.SendMessage(EditTextBox, PInvokeCore.WM_LBUTTONDOWN, 0, PARAM.FromPoint(editPoint));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (1)
117case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3140case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
912case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\ToolStrips\ToolStrip.RestoreFocusMessageFilter.cs (1)
28case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
611case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3244case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
400case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\NotifyIcon.cs (1)
737case PInvokeCore.WM_LBUTTONDOWN:
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
349case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs (1)
183if (m.Msg == (int)PInvokeCore.WM_LBUTTONDOWN)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1881case PInvokeCore.WM_LBUTTONDOWN:
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2520case PInvokeCore.WM_LBUTTONDOWN:
System.Windows.Forms.Tests (18)
System\Windows\Forms\ControlTests.Methods.cs (8)
13348yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONDOWN, IntPtr.Zero, IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, 0, 0 }; 13349yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONDOWN, PARAM.FromLowHigh(1, 2), IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, 1, 2 }; 13350yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONDOWN, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, -1, -2 }; 13351yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONDOWN, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, 0, 0 }; 13352yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONDOWN, PARAM.FromLowHigh(1, 2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, 1, 2 }; 13353yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONDOWN, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, -1, -2 }; 13505[InlineData((int)PInvokeCore.WM_LBUTTONDOWN)] 13625[InlineData((int)PInvokeCore.WM_LBUTTONDOWN)]
System\Windows\Forms\ListViewTests.cs (1)
5453PInvokeCore.SendMessage(listView, PInvokeCore.WM_LBUTTONDOWN, 1, PARAM.FromPoint(subItemLocation));
System\Windows\Forms\MessageTests.cs (1)
341yield return new object[] { PInvokeCore.WM_LBUTTONDOWN, " (WM_LBUTTONDOWN)" };
TextBoxBaseTests.cs (8)
7169yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONDOWN, IntPtr.Zero, IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, 0, 0 }; 7170yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONDOWN, PARAM.FromLowHigh(1, 2), IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, 1, 2 }; 7171yield return new object[] { true, (int)PInvokeCore.WM_LBUTTONDOWN, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, (IntPtr)250, MouseButtons.Left, 1, -1, -2 }; 7172yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONDOWN, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, 0, 0 }; 7173yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONDOWN, PARAM.FromLowHigh(1, 2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, 1, 2 }; 7174yield return new object[] { false, (int)PInvokeCore.WM_LBUTTONDOWN, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Left, 1, -1, -2 }; 7326[InlineData((int)PInvokeCore.WM_LBUTTONDOWN)] 7446[InlineData((int)PInvokeCore.WM_LBUTTONDOWN)]