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