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