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;
973
Control.
LocationChanged
+= OnLocationChanged;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1496
MenuItem.DropDown.
LocationChanged
+= DropDownLocationChanged;
2586
MenuItem.DropDown.
LocationChanged
-= DropDownLocationChanged;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
499
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)
8936
control.
LocationChanged
+= (sender, e) =>
9078
control.
LocationChanged
+= (sender, e) =>
9207
control.
LocationChanged
+= (sender, e) =>
9325
control.
LocationChanged
+= (sender, e) =>
9499
control.
LocationChanged
+= (sender, e) =>
9638
control.
LocationChanged
+= (sender, e) =>
System\Windows\Forms\ControlTests.Properties.cs (18)
6680
control.
LocationChanged
+= (sender, e) =>
6761
control.
LocationChanged
+= (sender, e) =>
6870
control.
LocationChanged
+= (sender, e) =>
6970
control.
LocationChanged
+= (sender, e) =>
7097
control.
LocationChanged
+= locationChangedHandler;
7126
control.
LocationChanged
-= locationChangedHandler;
7161
control.
LocationChanged
+= (sender, e) =>
7240
control.
LocationChanged
+= (sender, e) =>
7353
control.
LocationChanged
+= (sender, e) =>
7453
control.
LocationChanged
+= (sender, e) =>
7630
control.
LocationChanged
+= locationChangedHandler;
7665
control.
LocationChanged
-= locationChangedHandler;
12116
control.
LocationChanged
+= (sender, e) =>
12195
control.
LocationChanged
+= (sender, e) =>
12304
control.
LocationChanged
+= (sender, e) =>
12402
control.
LocationChanged
+= (sender, e) =>
12529
control.
LocationChanged
+= locationChangedHandler;
12558
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);
901
this.
LocationChanged
+= this.OnPropertyChangedLocation;