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