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)
1202protected override void OnMove(EventArgs e)
2 references to OnMove
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1204base.OnMove(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ContainerControlTests.cs (1)
1455public void MoveContainer() => base.OnMove(EventArgs.Empty);