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