Base:
property
BackgroundImage
System.Windows.Forms.ToolStripControlHost.BackgroundImage
2 writes to BackgroundImage
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
56
_toolStripTextBox.
BackgroundImage
= image;
59
_toolStripTextBox.
BackgroundImage
= null;
2 references to BackgroundImage
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
57
_toolStripTextBox.
BackgroundImage
.Should().Be(image);
60
_toolStripTextBox.
BackgroundImage
.Should().BeNull();