2 overrides of BackgroundImageLayout
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
79
public override ImageLayout
BackgroundImageLayout
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
42
public override ImageLayout
BackgroundImageLayout
2 writes to BackgroundImageLayout
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
498
menuItem.
BackgroundImageLayout
= BackgroundImageLayout;
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
45
set => base.
BackgroundImageLayout
= value;
15 references to BackgroundImageLayout
System.Windows.Forms (15)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
498
menuItem.BackgroundImageLayout =
BackgroundImageLayout
;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (6)
270
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
358
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
599
item.
BackgroundImageLayout
,
652
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
1113
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
1573
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, bounds, fillRect);
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
44
get => base.
BackgroundImageLayout
;
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
252
backgroundImageLayout: e.Item.
BackgroundImageLayout
,
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (6)
481
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, item.ContentRectangle, item.ContentRectangle);
526
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, item.ContentRectangle, fillRect);
625
ControlPaint.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.
BackgroundImageLayout
, fillRect, fillRect);
661
ControlPaint.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.
BackgroundImageLayout
, bounds, fillRect);
734
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, fillRect, fillRect);
856
ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.
BackgroundImageLayout
, fillRect, fillRect);