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