3 references to HIWORD
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListBox.cs (1)
1568
if (NativeMethods.Util.
HIWORD
(index) == 0) {
winforms\Managed\System\WinForms\NativeMethods.cs (1)
6017
return
HIWORD
( unchecked((int)(long)n) );
winforms\Managed\System\WinForms\ToolBar.cs (1)
382
return new Size(NativeMethods.Util.LOWORD(result), NativeMethods.Util.
HIWORD
(result));