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