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