5 references to LOWORD
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (1)
4210if (NativeMethods.Util.LOWORD(unchecked( (int) (long)m.WParam)) == NativeMethods.WM_DESTROY) {
winforms\Managed\System\WinForms\ListBox.cs (1)
1570return NativeMethods.Util.LOWORD(index);
winforms\Managed\System\WinForms\NativeMethods.cs (1)
6025return LOWORD( unchecked((int)(long)n) );
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1757index = NativeMethods.Util.LOWORD(index);
winforms\Managed\System\WinForms\ToolBar.cs (1)
382return new Size(NativeMethods.Util.LOWORD(result), NativeMethods.Util.HIWORD(result));