3 references to ChildWindowFromPointEx
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1061
HWND found = PInvoke.
ChildWindowFromPointEx
(baseHwnd, pt, CWP_FLAGS.CWP_SKIPINVISIBLE);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.ChildWindowFromPointEx.cs (2)
10
/// <inheritdoc cref="
ChildWindowFromPointEx
(HWND, Point, CWP_FLAGS)"/>
14
HWND result =
ChildWindowFromPointEx
(hwndParent.Handle, pt, uFlags);