4 references to CWP_SKIPINVISIBLE
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4601
CWP_FLAGS.
CWP_SKIPINVISIBLE
| CWP_FLAGS.CWP_SKIPDISABLED | CWP_FLAGS.CWP_SKIPTRANSPARENT);
System\Windows\Forms\GetChildAtPointSkip.cs (1)
10
Invisible = (int)CWP_FLAGS.
CWP_SKIPINVISIBLE
,
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1061
HWND found = PInvoke.ChildWindowFromPointEx(baseHwnd, pt, CWP_FLAGS.
CWP_SKIPINVISIBLE
);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewDesigner.cs (1)
77
HWND hwndHit = PInvoke.ChildWindowFromPointEx(listView, listViewPoint, CWP_FLAGS.
CWP_SKIPINVISIBLE
);