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)
1064add => base.BackgroundImageLayoutChanged += value; 1065remove => 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)
201add => base.BackgroundImageLayoutChanged += value; 202remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
197add => base.BackgroundImageLayoutChanged += value; 198remove => 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)
239add => base.BackgroundImageLayoutChanged += value; 240remove => 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)
352add => base.BackgroundImageLayoutChanged += value; 353remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
152add => base.BackgroundImageLayoutChanged += value; 153remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
220add => base.BackgroundImageLayoutChanged += value; 221remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
338add => base.BackgroundImageLayoutChanged += value; 339remove => 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)
143add => base.BackgroundImageLayoutChanged += value; 144remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
242add => base.BackgroundImageLayoutChanged += value; 243remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
173add => base.BackgroundImageLayoutChanged += value; 174remove => 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)
118add => base.BackgroundImageLayoutChanged += value; 119remove => base.BackgroundImageLayoutChanged -= value;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ControlTests.Handlers.cs (13)
444control.BackgroundImageLayoutChanged += handler; 450control.BackgroundImageLayoutChanged -= handler; 479control.BackgroundImageLayoutChanged += handler; 491control.BackgroundImageLayoutChanged -= handler; 522child1.BackgroundImageLayoutChanged += (sender, e) => 528child2.BackgroundImageLayoutChanged += (sender, e) => 536control.BackgroundImageLayoutChanged += handler; 543control.BackgroundImageLayoutChanged -= handler; 575child1.BackgroundImageLayoutChanged += (sender, e) => 581child2.BackgroundImageLayoutChanged += (sender, e) => 589control.BackgroundImageLayoutChanged += handler; 596control.BackgroundImageLayoutChanged -= handler; 610control.BackgroundImageLayoutChanged += (sender, e) => callCount++;
System\Windows\Forms\ControlTests.Properties.cs (3)
2081control.BackgroundImageLayoutChanged += handler; 2099control.BackgroundImageLayoutChanged -= handler; 2112control.BackgroundImageLayoutChanged += (sender, e) => callCount++;
System\Windows\Forms\MdiClientTests.cs (2)
301control.BackgroundImageLayoutChanged += handler; 319control.BackgroundImageLayoutChanged -= handler;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
894this.BackgroundImageLayoutChanged += this.OnPropertyChangedBackgroundImageLayout;