8 references to GetItemAt
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
3428ToolStripItem? item = GetItemAt(mea.X, mea.Y); 3462ToolStripItem? item = GetItemAt(mea.X, mea.Y); 3537ToolStripItem? item = Grip.MovingToolStrip ? Grip : GetItemAt(mea.X, mea.Y);
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripItemTests.cs (5)
7738Assert.NotNull(owner.GetItemAt(item.Bounds.X, item.Bounds.Y)); 7776Assert.NotNull(parent.GetItemAt(item.Bounds.X, item.Bounds.Y)); 7794Assert.Same(item, parent.GetItemAt(item.Bounds.X, item.Bounds.Y)); 14451Assert.NotNull(owner.GetItemAt(item.Bounds.X, item.Bounds.Y)); 14540Assert.NotNull(parent.GetItemAt(item.Bounds.X, item.Bounds.Y));