5 references to SetItemLocation
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
400
SetItemLocation
(item, noMansLand);
407
SetItemLocation
(item, noMansLand);
417
SetItemLocation
(item, noMansLand);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4053
SetItemLocation
(item, newLocation);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripTests.cs (1)
7657
public new void SetItemLocation(ToolStripItem item, Point location) => base.
SetItemLocation
(item, location);