55 references to LocationChanged
System.Windows.Forms (12)
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
343add => base.LocationChanged += value; 344remove => base.LocationChanged -= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (2)
176add => base.LocationChanged += value; 177remove => base.LocationChanged -= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
724control.LocationChanged += HandleLocationChanged; 769control.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)
318add => base.LocationChanged += value; 319remove => base.LocationChanged -= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
412add => base.LocationChanged += value; 413remove => base.LocationChanged -= value;
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ControlDesigner.cs (2)
485Control.LocationChanged -= OnLocationChanged; 973Control.LocationChanged += OnLocationChanged;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1496MenuItem.DropDown.LocationChanged += DropDownLocationChanged; 2586MenuItem.DropDown.LocationChanged -= DropDownLocationChanged;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
499nameof(ToolStripPanel.LocationChanged),
System.Windows.Forms.Tests (36)
System\Windows\Forms\ControlTests.Handlers.cs (6)
3206control.LocationChanged += locationChangedHandler; 3213control.LocationChanged -= locationChangedHandler; 3245control.LocationChanged += locationChangedHandler; 3254control.LocationChanged -= locationChangedHandler; 3300control.LocationChanged += locationChangedHandler; 3309control.LocationChanged -= locationChangedHandler;
System\Windows\Forms\ControlTests.Methods.cs (6)
8936control.LocationChanged += (sender, e) => 9078control.LocationChanged += (sender, e) => 9207control.LocationChanged += (sender, e) => 9325control.LocationChanged += (sender, e) => 9499control.LocationChanged += (sender, e) => 9638control.LocationChanged += (sender, e) =>
System\Windows\Forms\ControlTests.Properties.cs (18)
6680control.LocationChanged += (sender, e) => 6761control.LocationChanged += (sender, e) => 6870control.LocationChanged += (sender, e) => 6970control.LocationChanged += (sender, e) => 7097control.LocationChanged += locationChangedHandler; 7126control.LocationChanged -= locationChangedHandler; 7161control.LocationChanged += (sender, e) => 7240control.LocationChanged += (sender, e) => 7353control.LocationChanged += (sender, e) => 7453control.LocationChanged += (sender, e) => 7630control.LocationChanged += locationChangedHandler; 7665control.LocationChanged -= locationChangedHandler; 12116control.LocationChanged += (sender, e) => 12195control.LocationChanged += (sender, e) => 12304control.LocationChanged += (sender, e) => 12402control.LocationChanged += (sender, e) => 12529control.LocationChanged += locationChangedHandler; 12558control.LocationChanged -= locationChangedHandler;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
1954control.LocationChanged += (sender, e) =>
System\Windows\Forms\UpDownBaseTests.cs (1)
2704control.LocationChanged += (sender, e) =>
TextBoxBaseTests.cs (3)
6488control.LocationChanged += (sender, e) => 6622control.LocationChanged += (sender, e) => 6738control.LocationChanged += (sender, e) =>
TrackBarTests.cs (1)
2948control.LocationChanged += (sender, e) =>
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
82LocationChanged += new EventHandler(CallUpdateBackground); 901this.LocationChanged += this.OnPropertyChangedLocation;