Base:
method
OnMove
System.Windows.Forms.Control.OnMove(System.EventArgs)
1 override of OnMove
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1202
protected override void
OnMove
(EventArgs e)
2 references to OnMove
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1204
base.
OnMove
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ContainerControlTests.cs (1)
1455
public void MoveContainer() => base.
OnMove
(EventArgs.Empty);