55 references to LocationChanged
System.Windows.Forms (12)
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
343
add => base.
LocationChanged
+= value;
344
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;
958
Control.
LocationChanged
+= OnLocationChanged;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1496
MenuItem.DropDown.
LocationChanged
+= DropDownLocationChanged;
2589
MenuItem.DropDown.
LocationChanged
-= DropDownLocationChanged;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
505
nameof(ToolStripPanel.
LocationChanged
),
System.Windows.Forms.Tests (36)
System\Windows\Forms\ControlTests.Handlers.cs (6)
3204
control.
LocationChanged
+= locationChangedHandler;
3211
control.
LocationChanged
-= locationChangedHandler;
3243
control.
LocationChanged
+= locationChangedHandler;
3252
control.
LocationChanged
-= locationChangedHandler;
3298
control.
LocationChanged
+= locationChangedHandler;
3307
control.
LocationChanged
-= locationChangedHandler;
System\Windows\Forms\ControlTests.Methods.cs (6)
8967
control.
LocationChanged
+= (sender, e) =>
9109
control.
LocationChanged
+= (sender, e) =>
9238
control.
LocationChanged
+= (sender, e) =>
9356
control.
LocationChanged
+= (sender, e) =>
9530
control.
LocationChanged
+= (sender, e) =>
9669
control.
LocationChanged
+= (sender, e) =>
System\Windows\Forms\ControlTests.Properties.cs (18)
6678
control.
LocationChanged
+= (sender, e) =>
6759
control.
LocationChanged
+= (sender, e) =>
6868
control.
LocationChanged
+= (sender, e) =>
6968
control.
LocationChanged
+= (sender, e) =>
7095
control.
LocationChanged
+= locationChangedHandler;
7124
control.
LocationChanged
-= locationChangedHandler;
7159
control.
LocationChanged
+= (sender, e) =>
7238
control.
LocationChanged
+= (sender, e) =>
7351
control.
LocationChanged
+= (sender, e) =>
7451
control.
LocationChanged
+= (sender, e) =>
7628
control.
LocationChanged
+= locationChangedHandler;
7663
control.
LocationChanged
-= locationChangedHandler;
12114
control.
LocationChanged
+= (sender, e) =>
12193
control.
LocationChanged
+= (sender, e) =>
12302
control.
LocationChanged
+= (sender, e) =>
12400
control.
LocationChanged
+= (sender, e) =>
12527
control.
LocationChanged
+= locationChangedHandler;
12556
control.
LocationChanged
-= locationChangedHandler;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
1952
control.
LocationChanged
+= (sender, e) =>
System\Windows\Forms\UpDownBaseTests.cs (1)
2702
control.
LocationChanged
+= (sender, e) =>
TextBoxBaseTests.cs (3)
6486
control.
LocationChanged
+= (sender, e) =>
6620
control.
LocationChanged
+= (sender, e) =>
6736
control.
LocationChanged
+= (sender, e) =>
TrackBarTests.cs (1)
2946
control.
LocationChanged
+= (sender, e) =>
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
86
LocationChanged
+= new EventHandler(CallUpdateBackground);
908
this.
LocationChanged
+= this.OnPropertyChangedLocation;