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