2 overrides of MoveControl
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
139public override void MoveControl(ToolStrip movingControl, Point clientStartLocation, Point clientEndLocation)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
141public 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)
705RowManager.MoveControl(movingControl, startClientLocation, endClientLocation);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
163base.MoveControl(movingControl, clientStartLocation, clientEndLocation);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
165base.MoveControl(movingControl, clientStartLocation, clientEndLocation);