2 overrides of BackgroundImage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
92public override Image BackgroundImage {
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
53public override Image BackgroundImage {
2 writes to BackgroundImage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
623menuItem.BackgroundImage = this.BackgroundImage;
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
59base.BackgroundImage = value;
30 references to BackgroundImage
System.Windows.Forms (30)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
485if (BackgroundImage != value) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
623menuItem.BackgroundImage = this.BackgroundImage;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (12)
248if (item.BackgroundImage != null) { 250ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect); 322if (item.BackgroundImage != null) { 323ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect); 529if (item.BackgroundImage != null) { 530ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect); 572if (item.BackgroundImage != null) { 573ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect); 962if (item.BackgroundImage != null) { 963ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect); 1376if (item.BackgroundImage != null) { 1377ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect);
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
55return base.BackgroundImage;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (15)
378if (item.BackgroundImage != null) { 379ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, item.ContentRectangle, item.ContentRectangle); 418if (item.BackgroundImage != null) { 419ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, item.ContentRectangle, fillRect); 500if (splitButton.BackgroundImage != null) { 501ControlPaint.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.BackgroundImageLayout, fillRect, fillRect); 509if (rightToLeft || splitButton.BackgroundImage != null) { 518if (splitButton.BackgroundImage != null) { 521if (splitButton.BackgroundImage != null) { 522ControlPaint.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.BackgroundImageLayout, bounds, fillRect); 537if (splitButton.BackgroundImage == null) { 584if (item.BackgroundImage != null) { 585ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, fillRect, fillRect); 704if (item.BackgroundImage != null) { 705ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, fillRect, fillRect);