6 references to WM_NCHITTEST
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
259
int lr = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
215
int hit = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
108
int hit = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
116
int hit = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
112
int hit = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, (IntPtr)NativeMethods.Util.MAKELONG(x, y));
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
305
int hit = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(pt.x, pt.y));