4 references to LOWORD
System.Private.Windows.Core (1)
Windows\Win32\Foundation\LPARAM.cs (1)
36public short SIGNEDLOWORD => (short)LOWORD;
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
11965if ((HWND)m.WParamInternal == InternalHandle && m.LParamInternal.LOWORD == PInvoke.HTCLIENT)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1750if ((HWND)m.WParamInternal == InternalHandle && m.LParamInternal.LOWORD == PInvoke.HTCLIENT)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2270if ((HWND)m.WParamInternal == InternalHandle && m.LParamInternal.LOWORD == PInvoke.HTCLIENT)