6 references to WM_NCHITTEST
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
263
int lr = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
216
int hit = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
122
int hit = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
130
int hit = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(x, y));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
124
int hit = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, (IntPtr)NativeMethods.Util.MAKELONG(x, y));
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
324
int hit = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_NCHITTEST
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(pt.x, pt.y));