2 overrides of MoveControl
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
139
public override void
MoveControl
(ToolStrip movingControl, Point clientStartLocation, Point clientEndLocation)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
141
public override void
MoveControl
(ToolStrip movingControl, Point clientStartLocation, Point clientEndLocation)
3 references to MoveControl
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
705
RowManager.
MoveControl
(movingControl, startClientLocation, endClientLocation);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
163
base.
MoveControl
(movingControl, clientStartLocation, clientEndLocation);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
165
base.
MoveControl
(movingControl, clientStartLocation, clientEndLocation);