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