19 references to LocationChanged
System.Windows.Forms (12)
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
349
add => base.
LocationChanged
+= value;
350
remove => base.
LocationChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (2)
176
add => base.
LocationChanged
+= value;
177
remove => base.
LocationChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
724
control.
LocationChanged
+= HandleLocationChanged;
769
control.
LocationChanged
-= HandleLocationChanged;
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (2)
38
_control.
LocationChanged
+= OnBoundsChanged;
61
_control.
LocationChanged
-= OnBoundsChanged;
System\Windows\Forms\Panels\SplitterPanel.cs (2)
318
add => base.
LocationChanged
+= value;
319
remove => base.
LocationChanged
-= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
412
add => base.
LocationChanged
+= value;
413
remove => base.
LocationChanged
-= value;
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ControlDesigner.cs (2)
485
Control.
LocationChanged
-= OnLocationChanged;
973
Control.
LocationChanged
+= OnLocationChanged;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1463
MenuItem.DropDown.
LocationChanged
+= DropDownLocationChanged;
2538
MenuItem.DropDown.
LocationChanged
-= DropDownLocationChanged;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
493
nameof(ToolStripPanel.
LocationChanged
),
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
82
LocationChanged
+= new EventHandler(CallUpdateBackground);
896
this.
LocationChanged
+= this.OnPropertyChangedLocation;