41 references to BackgroundImageLayoutChanged
System.Windows.Forms (40)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
295add => base.BackgroundImageLayoutChanged += value; 296remove => 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)
234add => base.BackgroundImageLayoutChanged += value; 235remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
166add => base.BackgroundImageLayoutChanged += value; 167remove => base.BackgroundImageLayoutChanged -= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
351add => base.BackgroundImageLayoutChanged += value; 352remove => 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)
337add => base.BackgroundImageLayoutChanged += value; 338remove => 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;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
882this.BackgroundImageLayoutChanged += this.OnPropertyChangedBackgroundImageLayout;