5 references to SetItemLocation
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
392SetItemLocation(item, noMansLand); 399SetItemLocation(item, noMansLand); 409SetItemLocation(item, noMansLand);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4166SetItemLocation(item, newLocation);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripTests.cs (1)
7688public new void SetItemLocation(ToolStripItem item, Point location) => base.SetItemLocation(item, location);