1 override of OnLocationChanged
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2342
protected override void
OnLocationChanged
(EventArgs e)
4 references to OnLocationChanged
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
10772
OnLocationChanged
(EventArgs.Empty);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.cs (1)
1312
public new void OnLocationChanged(EventArgs e) => base.
OnLocationChanged
(e);
System\Windows\Forms\ErrorProviderTests.cs (1)
1394
public new void OnLocationChanged(EventArgs e) => base.
OnLocationChanged
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4596
public new void OnLocationChanged(EventArgs e) => base.
OnLocationChanged
(e);