55 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
),
System.Windows.Forms.Tests (36)
System\Windows\Forms\ControlTests.Handlers.cs (6)
3206
control.
LocationChanged
+= locationChangedHandler;
3213
control.
LocationChanged
-= locationChangedHandler;
3245
control.
LocationChanged
+= locationChangedHandler;
3254
control.
LocationChanged
-= locationChangedHandler;
3300
control.
LocationChanged
+= locationChangedHandler;
3309
control.
LocationChanged
-= locationChangedHandler;
System\Windows\Forms\ControlTests.Methods.cs (6)
8949
control.
LocationChanged
+= (sender, e) =>
9091
control.
LocationChanged
+= (sender, e) =>
9220
control.
LocationChanged
+= (sender, e) =>
9338
control.
LocationChanged
+= (sender, e) =>
9512
control.
LocationChanged
+= (sender, e) =>
9651
control.
LocationChanged
+= (sender, e) =>
System\Windows\Forms\ControlTests.Properties.cs (18)
6682
control.
LocationChanged
+= (sender, e) =>
6763
control.
LocationChanged
+= (sender, e) =>
6872
control.
LocationChanged
+= (sender, e) =>
6972
control.
LocationChanged
+= (sender, e) =>
7099
control.
LocationChanged
+= locationChangedHandler;
7128
control.
LocationChanged
-= locationChangedHandler;
7163
control.
LocationChanged
+= (sender, e) =>
7242
control.
LocationChanged
+= (sender, e) =>
7355
control.
LocationChanged
+= (sender, e) =>
7455
control.
LocationChanged
+= (sender, e) =>
7632
control.
LocationChanged
+= locationChangedHandler;
7667
control.
LocationChanged
-= locationChangedHandler;
12118
control.
LocationChanged
+= (sender, e) =>
12197
control.
LocationChanged
+= (sender, e) =>
12306
control.
LocationChanged
+= (sender, e) =>
12404
control.
LocationChanged
+= (sender, e) =>
12531
control.
LocationChanged
+= locationChangedHandler;
12560
control.
LocationChanged
-= locationChangedHandler;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
1954
control.
LocationChanged
+= (sender, e) =>
System\Windows\Forms\UpDownBaseTests.cs (1)
2704
control.
LocationChanged
+= (sender, e) =>
TextBoxBaseTests.cs (3)
6488
control.
LocationChanged
+= (sender, e) =>
6622
control.
LocationChanged
+= (sender, e) =>
6738
control.
LocationChanged
+= (sender, e) =>
TrackBarTests.cs (1)
2948
control.
LocationChanged
+= (sender, e) =>
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
82
LocationChanged
+= new EventHandler(CallUpdateBackground);
896
this.
LocationChanged
+= this.OnPropertyChangedLocation;