2 references to GetChildAtPoint
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
16582
Control realTarget = target.
GetChildAtPoint
(new Point(pt.x, pt.y));
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3995
return base.
GetChildAtPoint
(point);