23 overrides of BackgroundImage
System.Windows.Forms (23)
System\Windows\Forms\ActiveX\AxHost.cs (1)
264
public override Image?
BackgroundImage
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
276
public override Image?
BackgroundImage
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1034
public override Image?
BackgroundImage
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
144
public override Image?
BackgroundImage
System\Windows\Forms\Controls\Labels\Label.cs (1)
168
public override Image?
BackgroundImage
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
167
public override Image?
BackgroundImage
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
208
public override Image?
BackgroundImage
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
109
public override Image?
BackgroundImage
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
329
public override Image?
BackgroundImage
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
123
public override Image?
BackgroundImage
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
195
public override Image?
BackgroundImage
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
310
public override Image?
BackgroundImage
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
113
public override Image?
BackgroundImage
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
244
public override Image?
BackgroundImage
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (1)
62
public override Image
BackgroundImage
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.cs (1)
41
public override Drawing.Image
BackgroundImage
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.cs (1)
61
public override Image
BackgroundImage
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
157
public override Image?
BackgroundImage
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1291
public override Image?
BackgroundImage
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
197
public override Image?
BackgroundImage
System\Windows\Forms\MDI\MDIClient.cs (1)
41
public override Image?
BackgroundImage
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
451
public override Image?
BackgroundImage
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
83
public override Image?
BackgroundImage
23 writes to BackgroundImage
System.Windows.Forms (21)
System\Windows\Forms\ActiveX\AxHost.cs (1)
267
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
279
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1037
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
147
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\Labels\Label.cs (1)
171
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
170
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
211
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
112
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
332
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
126
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
198
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
313
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
108
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
72
set => ControlInternal.
BackgroundImage
= value;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
116
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
247
set => base.
BackgroundImage
= value;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
160
set => base.
BackgroundImage
= value;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
200
set => base.
BackgroundImage
= value;
System\Windows\Forms\MDI\MDIClient.cs (1)
53
set => base.
BackgroundImage
= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
454
set => base.
BackgroundImage
= value;
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
86
set => base.
BackgroundImage
= value;
WindowsFormsIntegration (2)
System\Windows\Integration\HostUtils.cs (2)
148
child.
BackgroundImage
= image;
150
adapter.
BackgroundImage
= image;
57 references to BackgroundImage
System.Windows.Forms (51)
System\Windows\Forms\ActiveX\AxHost.cs (1)
266
get => base.
BackgroundImage
;
System\Windows\Forms\Control.cs (5)
1117
if (
BackgroundImage
== value)
1160
if (ControlPaint.IsImageTransparent(
BackgroundImage
))
8899
if (
BackgroundImage
is not null && !DisplayInformation.HighContrast && !formRTL)
8901
bool imageIsTransparent = ControlPaint.IsImageTransparent(
BackgroundImage
);
8920
BackgroundImage
,
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
612
if (Control.
BackgroundImage
is null
626
Control.
BackgroundImage
,
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (2)
92
if (Control.
BackgroundImage
is not null && !DisplayInformation.HighContrast)
96
Control.
BackgroundImage
,
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
278
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1036
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
146
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (4)
240
/// Composites the control's <see cref="Control.
BackgroundImage
"/> over an already-painted
253
if (
BackgroundImage
is null || clipBounds.Width <= 0 || clipBounds.Height <= 0)
260
BackgroundImage
,
354
if (
BackgroundImage
is not null)
System\Windows\Forms\Controls\Labels\Label.cs (1)
170
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
169
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\ListView\ListView.cs (4)
389
if (IsHandleCreated &&
BackgroundImage
is not null)
2570
if (
BackgroundImage
is not null)
5169
if (
BackgroundImage
is not null)
5174
BackgroundImage
.Save(_backgroundImageFileName, Drawing.Imaging.ImageFormat.Bmp);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
210
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1159
||
BackgroundImage
is not null)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
111
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
331
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
125
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
197
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
638
if (
BackgroundImage
is not null)
642
BackgroundImage
,
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
312
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
107
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
71
get => ControlInternal.
BackgroundImage
;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1181
control.RawBackColor == Color.Empty && control.
BackgroundImage
is null;
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
91
=> toolStrip is null || toolStrip.
BackgroundImage
is null;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
115
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
246
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
159
get => base.
BackgroundImage
;
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1293
get => base.
BackgroundImage
;
System\Windows\Forms\Form.cs (1)
4024
MdiClient.BackgroundImage =
BackgroundImage
;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
199
get => base.
BackgroundImage
;
System\Windows\Forms\MDI\MDIClient.cs (2)
45
Image? result = base.
BackgroundImage
;
48
result = ParentInternal.
BackgroundImage
;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
453
get => base.
BackgroundImage
;
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
208
if (button.
BackgroundImage
is not null)
System\Windows\Forms\Scrolling\ScrollableControl.cs (3)
659
BackgroundImage
is not null &&
662
if (ControlPaint.IsImageTransparent(
BackgroundImage
))
669
BackgroundImage
,
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
85
get => base.
BackgroundImage
;
System\Windows\Forms\UserControl.cs (1)
285
if (
BackgroundImage
is not null)
WindowsFormsIntegration (6)
System\Windows\Integration\ElementHost.cs (2)
338
OnPropertyChanged("BackgroundImage",
BackgroundImage
); //Update the background
919
OnPropertyChanged("BackgroundImage", this.
BackgroundImage
);
System\Windows\Integration\HostUtils.cs (3)
146
(child.
BackgroundImage
== null || child.
BackgroundImage
== adapter.
BackgroundImage
))
System\Windows\Integration\WindowsFormsHost.cs (1)
285
if (HostContainerInternal.
BackgroundImage
!= null)