55 references to LocationChanged
System.Windows.Forms (12)
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
349add => base.LocationChanged += value; 350remove => 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)
1463MenuItem.DropDown.LocationChanged += DropDownLocationChanged; 2538MenuItem.DropDown.LocationChanged -= DropDownLocationChanged;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
493nameof(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)
8949control.LocationChanged += (sender, e) => 9091control.LocationChanged += (sender, e) => 9220control.LocationChanged += (sender, e) => 9338control.LocationChanged += (sender, e) => 9512control.LocationChanged += (sender, e) => 9651control.LocationChanged += (sender, e) =>
System\Windows\Forms\ControlTests.Properties.cs (18)
6682control.LocationChanged += (sender, e) => 6763control.LocationChanged += (sender, e) => 6872control.LocationChanged += (sender, e) => 6972control.LocationChanged += (sender, e) => 7099control.LocationChanged += locationChangedHandler; 7128control.LocationChanged -= locationChangedHandler; 7163control.LocationChanged += (sender, e) => 7242control.LocationChanged += (sender, e) => 7355control.LocationChanged += (sender, e) => 7455control.LocationChanged += (sender, e) => 7632control.LocationChanged += locationChangedHandler; 7667control.LocationChanged -= locationChangedHandler; 12118control.LocationChanged += (sender, e) => 12197control.LocationChanged += (sender, e) => 12306control.LocationChanged += (sender, e) => 12404control.LocationChanged += (sender, e) => 12531control.LocationChanged += locationChangedHandler; 12560control.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); 896this.LocationChanged += this.OnPropertyChangedLocation;