7 references to SetItemLocation
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
396SetItemLocation(item, noMansLand); 403SetItemLocation(item, noMansLand); 413SetItemLocation(item, noMansLand);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4060SetItemLocation(item, newLocation);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripTests.cs (3)
7070control.SetItemLocation(item, location); 7080control.SetItemLocation(item, location); 7666public new void SetItemLocation(ToolStripItem item, Point location) => base.SetItemLocation(item, location);