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