2 overrides of BackgroundImageLayout
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
108
public override ImageLayout
BackgroundImageLayout
{
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
69
public override ImageLayout
BackgroundImageLayout
{
2 writes to BackgroundImageLayout
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
624
menuItem.
BackgroundImageLayout
= this.BackgroundImageLayout;
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
74
base.
BackgroundImageLayout
= value;
15 references to BackgroundImageLayout
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
521
if (
BackgroundImageLayout
!= value) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
624
menuItem.BackgroundImageLayout = this.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (6)
250
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
323
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
530
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
573
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
963
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
1377
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
71
return base.
BackgroundImageLayout
;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (6)
379
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, item.ContentRectangle, item.ContentRectangle);
419
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, item.ContentRectangle, fillRect);
501
ControlPaint.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.
BackgroundImageLayout
, fillRect, fillRect);
522
ControlPaint.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.
BackgroundImageLayout
, bounds, fillRect);
585
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, fillRect, fillRect);
705
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, fillRect, fillRect);