46 references to SignedLOWORD
System.Windows.Forms (46)
winforms\Managed\System\WinForms\ComboBox.cs (8)
1616
int comboXMid = NativeMethods.Util.
SignedLOWORD
(m.LParam) + (editRectMid.left - comboRectMid.left);
1842
int x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
1853
OnClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
1854
OnMouseClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
1910
OnMouseUp(new MouseEventArgs(MouseButtons.Middle, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
3727
int x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
3739
OnClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
3740
OnMouseClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
winforms\Managed\System\WinForms\Control.cs (10)
12858
int x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
13390
OnMouseDown(new MouseEventArgs(button, clicks, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
13476
OnMouseMove(new MouseEventArgs(MouseButtons, 0, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
13487
int x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
13519
OnClick(new MouseEventArgs(button, clicks, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
13520
OnMouseClick(new MouseEventArgs(button, clicks, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
13526
OnDoubleClick(new MouseEventArgs(button, 2, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
13527
OnMouseDoubleClick(new MouseEventArgs(button, 2, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
13532
OnMouseUp(new MouseEventArgs(button, clicks, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
13551
Point p = new Point(NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam));
winforms\Managed\System\WinForms\Form.cs (2)
5190
if (OnGetDpiScaledSize(deviceDpi, NativeMethods.Util.
SignedLOWORD
(m.WParam), ref desiredSize)) {
7623
Debug.Assert(NativeMethods.Util.
SignedLOWORD
(m.WParam) == NativeMethods.Util.SignedHIWORD(m.WParam), "Non-square pixels!");
winforms\Managed\System\WinForms\ListBox.cs (6)
2412
int x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
2421
OnClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
2422
OnMouseClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
2430
OnDoubleClick(new MouseEventArgs(MouseButtons.Left, 2, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
2431
OnMouseDoubleClick(new MouseEventArgs(MouseButtons.Left, 2, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
2459
int rx = NativeMethods.Util.
SignedLOWORD
(m.LParam);
winforms\Managed\System\WinForms\ListView.cs (4)
5419
int x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
6284
OnMouseDoubleClick(new MouseEventArgs(downButton, 2, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
6288
OnMouseUp(new MouseEventArgs(downButton, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
6314
OnMouseUp(new MouseEventArgs(downButton, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2248
int x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1323
/*x=*/NativeMethods.Util.
SignedLOWORD
(m.LParam),
1335
/*x=*/NativeMethods.Util.
SignedLOWORD
(m.LParam),
winforms\Managed\System\WinForms\TreeView.cs (12)
2666
OnMouseDown(new MouseEventArgs(button, clicks, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
3257
tvhip.pt_x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
3265
OnMouseDown(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
3285
tvhi.pt_x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
3297
OnNodeMouseClick(new TreeNodeMouseClickEventArgs(NodeFromHandle(hnode), downButton, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam)));
3300
OnClick(new MouseEventArgs(downButton, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
3301
OnMouseClick(new MouseEventArgs(downButton, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
3308
OnNodeMouseDoubleClick(new TreeNodeMouseClickEventArgs(NodeFromHandle(hnode), downButton, 2, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam)));
3309
OnDoubleClick(new MouseEventArgs(downButton, 2, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
3310
OnMouseDoubleClick(new MouseEventArgs(downButton, 2, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
3315
OnMouseUp(new MouseEventArgs(downButton, 1, NativeMethods.Util.
SignedLOWORD
(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
3355
tvhit.pt_x = NativeMethods.Util.
SignedLOWORD
(m.LParam);
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1649
int x = NativeMethods.Util.
SignedLOWORD
(m.LParam);