8 references to GetItemAt
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
3314ToolStripItem? item = GetItemAt(mea.X, mea.Y); 3348ToolStripItem? item = GetItemAt(mea.X, mea.Y); 3423ToolStripItem? item = Grip.MovingToolStrip ? Grip : GetItemAt(mea.X, mea.Y);
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripItemTests.cs (5)
7737Assert.NotNull(owner.GetItemAt(item.Bounds.X, item.Bounds.Y)); 7775Assert.NotNull(parent.GetItemAt(item.Bounds.X, item.Bounds.Y)); 7793Assert.Same(item, parent.GetItemAt(item.Bounds.X, item.Bounds.Y)); 14431Assert.NotNull(owner.GetItemAt(item.Bounds.X, item.Bounds.Y)); 14520Assert.NotNull(parent.GetItemAt(item.Bounds.X, item.Bounds.Y));