3 references to ChildWindowFromPointEx
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
5316
HWND hwnd = PInvoke.
ChildWindowFromPointEx
(this, pt, (CWP_FLAGS)value);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4598
HWND hwndClicked = PInvoke.
ChildWindowFromPointEx
(
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewDesigner.cs (1)
77
HWND hwndHit = PInvoke.
ChildWindowFromPointEx
(listView, listViewPoint, CWP_FLAGS.CWP_SKIPINVISIBLE);