5 references to SetItemLocation
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
392
SetItemLocation
(item, noMansLand);
399
SetItemLocation
(item, noMansLand);
409
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)
7688
public new void SetItemLocation(ToolStripItem item, Point location) => base.
SetItemLocation
(item, location);