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)
208
int hit = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
107
int hit = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
115
int hit = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
111
int hit = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, (IntPtr)NativeMethods.Util.MAKELONG(x, y));
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
304
int hit = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(pt.x, pt.y));