59 references to BackgroundImageLayoutChanged
System.Windows.Forms (40)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
290add => base.BackgroundImageLayoutChanged += value; 291remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1060add => base.BackgroundImageLayoutChanged += value; 1061remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
170add => base.BackgroundImageLayoutChanged += value; 171remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\Labels\Label.cs (2)
197add => base.BackgroundImageLayoutChanged += value; 198remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
193add => base.BackgroundImageLayoutChanged += value; 194remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\ListView\ListView.cs (2)
371add => base.BackgroundImageLayoutChanged += value; 372remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
236add => base.BackgroundImageLayoutChanged += value; 237remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
159add => base.BackgroundImageLayoutChanged += value; 160remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
349add => base.BackgroundImageLayoutChanged += value; 350remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
149add => base.BackgroundImageLayoutChanged += value; 150remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
221add => base.BackgroundImageLayoutChanged += value; 222remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
340add => base.BackgroundImageLayoutChanged += value; 341remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (2)
134add => base.BackgroundImageLayoutChanged += value; 135remove => base.BackgroundImageLayoutChanged += value;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
149add => base.BackgroundImageLayoutChanged += value; 150remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
139add => base.BackgroundImageLayoutChanged += value; 140remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
239add => base.BackgroundImageLayoutChanged += value; 240remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
169add => base.BackgroundImageLayoutChanged += value; 170remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
888add => base.BackgroundImageLayoutChanged += value; 889remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
477add => base.BackgroundImageLayoutChanged += value; 478remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
109add => base.BackgroundImageLayoutChanged += value; 110remove => base.BackgroundImageLayoutChanged -= value;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ControlTests.Handlers.cs (13)
446control.BackgroundImageLayoutChanged += handler; 452control.BackgroundImageLayoutChanged -= handler; 481control.BackgroundImageLayoutChanged += handler; 493control.BackgroundImageLayoutChanged -= handler; 524child1.BackgroundImageLayoutChanged += (sender, e) => 530child2.BackgroundImageLayoutChanged += (sender, e) => 538control.BackgroundImageLayoutChanged += handler; 545control.BackgroundImageLayoutChanged -= handler; 577child1.BackgroundImageLayoutChanged += (sender, e) => 583child2.BackgroundImageLayoutChanged += (sender, e) => 591control.BackgroundImageLayoutChanged += handler; 598control.BackgroundImageLayoutChanged -= handler; 612control.BackgroundImageLayoutChanged += (sender, e) => callCount++;
System\Windows\Forms\ControlTests.Properties.cs (3)
2083control.BackgroundImageLayoutChanged += handler; 2101control.BackgroundImageLayoutChanged -= handler; 2114control.BackgroundImageLayoutChanged += (sender, e) => callCount++;
System\Windows\Forms\MdiClientTests.cs (2)
303control.BackgroundImageLayoutChanged += handler; 321control.BackgroundImageLayoutChanged -= handler;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
885this.BackgroundImageLayoutChanged += this.OnPropertyChangedBackgroundImageLayout;