4 references to GetItemAt
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
272
ToolStripItem item =
GetItemAt
(pt);
winforms\Managed\System\WinForms\ToolStrip.cs (2)
4015
return
GetItemAt
(new Point(x,y));
4839
ToolStripItem item = owner.
GetItemAt
(clientHit);
winforms\Managed\System\WinForms\ToolStripDropTargetManager.cs (1)
88
return owner.
GetItemAt
(owner.PointToClient(new Point(x,y)));