25 overrides of BackgroundImageLayout
System.Windows.Forms (25)
winforms\Managed\System\WinForms\AxHost.cs (1)
389
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\ComboBox.cs (1)
343
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\DataGrid.cs (1)
2548
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\DataGridView.cs (1)
1348
public override ImageLayout
BackgroundImageLayout
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
215
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\Label.cs (1)
248
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\ListBox.cs (1)
233
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\ListView.cs (1)
396
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\MDIClient.cs (1)
81
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
353
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
810
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\ProgressBar.cs (1)
193
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
413
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\ScrollBar.cs (1)
161
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\SplitContainer.cs (1)
315
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\Splitter.cs (1)
189
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\StatusBar.cs (1)
190
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\TabControl.cs (1)
259
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
354
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\ToolBar.cs (1)
291
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
152
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\TrackBar.cs (1)
169
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\TreeView.cs (1)
256
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\UpDownBase.cs (1)
248
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1465
public override ImageLayout
BackgroundImageLayout
{
25 writes to BackgroundImageLayout
System.Windows.Forms (25)
winforms\Managed\System\WinForms\AxHost.cs (1)
395
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\ComboBox.cs (1)
348
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\DataGrid.cs (1)
2555
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\DataGridView.cs (1)
1356
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
220
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\Label.cs (1)
253
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\ListBox.cs (1)
238
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\ListView.cs (1)
401
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\MDIClient.cs (1)
96
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
358
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
815
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\ProgressBar.cs (1)
198
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
418
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\ScrollBar.cs (1)
166
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
320
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\Splitter.cs (1)
194
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\StatusBar.cs (1)
195
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\TabControl.cs (1)
264
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
359
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\ToolBar.cs (1)
296
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
154
set { base.
BackgroundImageLayout
= value; }
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
113
Control.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\TrackBar.cs (1)
174
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\TreeView.cs (1)
261
base.
BackgroundImageLayout
= value;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
253
base.
BackgroundImageLayout
= value;
39 references to BackgroundImageLayout
System.Windows.Forms (39)
winforms\Managed\System\WinForms\AxHost.cs (1)
391
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
127
ControlPaint.DrawBackgroundImage(e.Graphics, Control.BackgroundImage, Color.Transparent, Control.
BackgroundImageLayout
, Control.ClientRectangle, bounds, Control.DisplayRectangle.Location, Control.RightToLeft);
winforms\Managed\System\WinForms\ComboBox.cs (1)
345
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\Control.cs (3)
1200
if (
BackgroundImageLayout
!= value) {
9610
if (
BackgroundImageLayout
== ImageLayout.Tile) {
9628
ControlPaint.DrawBackgroundImage(e.Graphics, BackgroundImage, backColor,
BackgroundImageLayout
, ClientRectangle, rectangle, scrollLocation, RightToLeft);
winforms\Managed\System\WinForms\DataGrid.cs (1)
2551
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\DataGridView.cs (1)
1352
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
217
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\Form.cs (1)
4633
MdiClient.BackgroundImageLayout =
BackgroundImageLayout
;
winforms\Managed\System\WinForms\Label.cs (1)
250
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\ListBox.cs (1)
235
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\ListView.cs (1)
398
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\MDIClient.cs (4)
86
ImageLayout imageLayout = base.
BackgroundImageLayout
;
87
if (imageLayout != ParentInternal.
BackgroundImageLayout
)
90
return ParentInternal.
BackgroundImageLayout
;
93
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
355
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
812
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\ProgressBar.cs (1)
195
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
415
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\ScrollableControl.cs (4)
761
(
BackgroundImageLayout
== ImageLayout.Zoom ||
BackgroundImageLayout
== ImageLayout.Stretch ||
BackgroundImageLayout
== ImageLayout.Center)) {
765
ControlPaint.DrawBackgroundImage(e.Graphics, BackgroundImage, BackColor,
BackgroundImageLayout
, displayRect, displayRect, displayRect.Location);
winforms\Managed\System\WinForms\ScrollBar.cs (1)
163
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
317
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\Splitter.cs (1)
191
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\StatusBar.cs (1)
192
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\TabControl.cs (1)
261
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\TabPage.cs (1)
725
ControlPaint.DrawBackgroundImage(e.Graphics, BackgroundImage, bkcolor,
BackgroundImageLayout
, inflateRect, inflateRect, DisplayRectangle.Location);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
356
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\ToolBar.cs (1)
293
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
153
get { return base.
BackgroundImageLayout
; }
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
110
return Control.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\TrackBar.cs (1)
171
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\TreeView.cs (1)
258
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
250
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1467
return base.
BackgroundImageLayout
;