2 overrides of MoveControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
1040public override void MoveControl(ToolStrip movingControl, Point clientStartLocation, Point clientEndLocation) { 1553public override void MoveControl(ToolStrip movingControl, Point clientStartLocation, Point clientEndLocation) {
3 references to MoveControl
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (3)
719RowManager.MoveControl(movingControl, startClientLocation, endClientLocation); 1058base.MoveControl(movingControl, clientStartLocation, clientEndLocation); 1571base.MoveControl(movingControl, clientStartLocation, clientEndLocation);