2 references to HTNOWHERE
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1435
m.ResultInternal = (LRESULT)(nint)(rectInScreen.Contains(pt) ? PInvoke.HTCLIENT : PInvoke.
HTNOWHERE
);
System\Windows\Forms\VisualStyles\HitTestCode.cs (1)
8
Nowhere = (int)PInvoke.
HTNOWHERE
,