46 references to SignedHIWORD
System.Windows.Forms (46)
winforms\Managed\System\WinForms\ComboBox.cs (8)
1617
int comboYMid = NativeMethods.Util.
SignedHIWORD
(m.LParam) + (editRectMid.top - comboRectMid.top);
1843
int y = NativeMethods.Util.
SignedHIWORD
(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));
3728
int y = NativeMethods.Util.
SignedHIWORD
(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 (11)
12859
int y = NativeMethods.Util.
SignedHIWORD
(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));
13488
int y = NativeMethods.Util.
SignedHIWORD
(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));
13557
NativeMethods.Util.
SignedHIWORD
(m.WParam));
winforms\Managed\System\WinForms\Form.cs (1)
7623
Debug.Assert(NativeMethods.Util.SignedLOWORD(m.WParam) == NativeMethods.Util.
SignedHIWORD
(m.WParam), "Non-square pixels!");
winforms\Managed\System\WinForms\ListBox.cs (6)
2413
int y = NativeMethods.Util.
SignedHIWORD
(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));
2460
int ry = NativeMethods.Util.
SignedHIWORD
(m.LParam);
winforms\Managed\System\WinForms\ListView.cs (4)
5420
int y = NativeMethods.Util.
SignedHIWORD
(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)
2249
int y = NativeMethods.Util.
SignedHIWORD
(m.LParam);
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1324
/*y=*/NativeMethods.Util.
SignedHIWORD
(m.LParam));
1336
/*y=*/NativeMethods.Util.
SignedHIWORD
(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));
3258
tvhip.pt_y = NativeMethods.Util.
SignedHIWORD
(m.LParam);
3265
OnMouseDown(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.
SignedHIWORD
(m.LParam), 0));
3286
tvhi.pt_y = NativeMethods.Util.
SignedHIWORD
(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));
3356
tvhit.pt_y = NativeMethods.Util.
SignedHIWORD
(m.LParam);
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1650
int y = NativeMethods.Util.
SignedHIWORD
(m.LParam);