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