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