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();