19 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),
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
82LocationChanged += new EventHandler(CallUpdateBackground); 896this.LocationChanged += this.OnPropertyChangedLocation;