59 references to BackgroundImageLayoutChanged
System.Windows.Forms (40)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
290
add => base.
BackgroundImageLayoutChanged
+= value;
291
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1064
add => base.
BackgroundImageLayoutChanged
+= value;
1065
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
170
add => base.
BackgroundImageLayoutChanged
+= value;
171
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\Labels\Label.cs (2)
201
add => base.
BackgroundImageLayoutChanged
+= value;
202
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
197
add => base.
BackgroundImageLayoutChanged
+= value;
198
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\ListView\ListView.cs (2)
371
add => base.
BackgroundImageLayoutChanged
+= value;
372
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
239
add => base.
BackgroundImageLayoutChanged
+= value;
240
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
159
add => base.
BackgroundImageLayoutChanged
+= value;
160
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
352
add => base.
BackgroundImageLayoutChanged
+= value;
353
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
152
add => base.
BackgroundImageLayoutChanged
+= value;
153
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
220
add => base.
BackgroundImageLayoutChanged
+= value;
221
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
338
add => base.
BackgroundImageLayoutChanged
+= value;
339
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (2)
134
add => base.
BackgroundImageLayoutChanged
+= value;
135
remove => base.
BackgroundImageLayoutChanged
+= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
149
add => base.
BackgroundImageLayoutChanged
+= value;
150
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
142
add => base.
BackgroundImageLayoutChanged
+= value;
143
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
242
add => base.
BackgroundImageLayoutChanged
+= value;
243
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
173
add => base.
BackgroundImageLayoutChanged
+= value;
174
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
888
add => base.
BackgroundImageLayoutChanged
+= value;
889
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
477
add => base.
BackgroundImageLayoutChanged
+= value;
478
remove => base.
BackgroundImageLayoutChanged
-= value;
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
118
add => base.
BackgroundImageLayoutChanged
+= value;
119
remove => base.
BackgroundImageLayoutChanged
-= value;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ControlTests.Handlers.cs (13)
446
control.
BackgroundImageLayoutChanged
+= handler;
452
control.
BackgroundImageLayoutChanged
-= handler;
481
control.
BackgroundImageLayoutChanged
+= handler;
493
control.
BackgroundImageLayoutChanged
-= handler;
524
child1.
BackgroundImageLayoutChanged
+= (sender, e) =>
530
child2.
BackgroundImageLayoutChanged
+= (sender, e) =>
538
control.
BackgroundImageLayoutChanged
+= handler;
545
control.
BackgroundImageLayoutChanged
-= handler;
577
child1.
BackgroundImageLayoutChanged
+= (sender, e) =>
583
child2.
BackgroundImageLayoutChanged
+= (sender, e) =>
591
control.
BackgroundImageLayoutChanged
+= handler;
598
control.
BackgroundImageLayoutChanged
-= handler;
612
control.
BackgroundImageLayoutChanged
+= (sender, e) => callCount++;
System\Windows\Forms\ControlTests.Properties.cs (3)
2083
control.
BackgroundImageLayoutChanged
+= handler;
2101
control.
BackgroundImageLayoutChanged
-= handler;
2114
control.
BackgroundImageLayoutChanged
+= (sender, e) => callCount++;
System\Windows\Forms\MdiClientTests.cs (2)
303
control.
BackgroundImageLayoutChanged
+= handler;
321
control.
BackgroundImageLayoutChanged
-= handler;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
888
this.
BackgroundImageLayoutChanged
+= this.OnPropertyChangedBackgroundImageLayout;