2 references to HTBOTTOMLEFT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
7374
m.Result = IsMirrored ? (IntPtr)NativeMethods.
HTBOTTOMLEFT
: (IntPtr)NativeMethods.HTBOTTOMRIGHT;
winforms\Managed\System\WinForms\StatusStrip.cs (1)
622
m.Result = (IntPtr)NativeMethods.
HTBOTTOMLEFT
;