2 references to LOWORD
System.Private.Windows.Core (1)
Windows\Win32\Foundation\LRESULT.cs (1)
25public short SIGNEDLOWORD => (short)LOWORD;
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1542bubbleSize = new Size(result.LOWORD, result.HIWORD);