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)
143
add => base.
BackgroundImageLayoutChanged
+= value;
144
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)
444
control.
BackgroundImageLayoutChanged
+= handler;
450
control.
BackgroundImageLayoutChanged
-= handler;
479
control.
BackgroundImageLayoutChanged
+= handler;
491
control.
BackgroundImageLayoutChanged
-= handler;
522
child1.
BackgroundImageLayoutChanged
+= (sender, e) =>
528
child2.
BackgroundImageLayoutChanged
+= (sender, e) =>
536
control.
BackgroundImageLayoutChanged
+= handler;
543
control.
BackgroundImageLayoutChanged
-= handler;
575
child1.
BackgroundImageLayoutChanged
+= (sender, e) =>
581
child2.
BackgroundImageLayoutChanged
+= (sender, e) =>
589
control.
BackgroundImageLayoutChanged
+= handler;
596
control.
BackgroundImageLayoutChanged
-= handler;
610
control.
BackgroundImageLayoutChanged
+= (sender, e) => callCount++;
System\Windows\Forms\ControlTests.Properties.cs (3)
2081
control.
BackgroundImageLayoutChanged
+= handler;
2099
control.
BackgroundImageLayoutChanged
-= handler;
2112
control.
BackgroundImageLayoutChanged
+= (sender, e) => callCount++;
System\Windows\Forms\MdiClientTests.cs (2)
301
control.
BackgroundImageLayoutChanged
+= handler;
319
control.
BackgroundImageLayoutChanged
-= handler;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
894
this.
BackgroundImageLayoutChanged
+= this.OnPropertyChangedBackgroundImageLayout;