14 references to LocationChanged
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
1349this.control.LocationChanged += new EventHandler(OnBoundsChanged); 1359control.LocationChanged -= new EventHandler(OnBoundsChanged);
winforms\Managed\System\WinForms\Form.cs (2)
7805owner.LocationChanged += new EventHandler(FormLocationChanged); 7833owner.LocationChanged -= new EventHandler(FormLocationChanged);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (2)
724base.LocationChanged += value; 727base.LocationChanged -= value;
winforms\Managed\System\WinForms\SplitterPanel.cs (2)
478base.LocationChanged += value; 481base.LocationChanged -= value;
winforms\Managed\System\WinForms\TabPage.cs (2)
345base.LocationChanged += value; 348base.LocationChanged -= value;
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (2)
208base.LocationChanged += value; 211base.LocationChanged -= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
890control.LocationChanged += new EventHandler(HandleLocationChanged); 938control.LocationChanged -= new EventHandler(HandleLocationChanged);