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